mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Allow the cron jobs to write in the shared volume
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -34,6 +34,8 @@ spec:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
securityContext:
|
||||
supplementalGroups: [1001280000]
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
@@ -67,7 +69,8 @@ spec:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
|
||||
securityContext:
|
||||
supplementalGroups: [1001280000]
|
||||
# ---
|
||||
# apiVersion: batch/v1
|
||||
# kind: CronJob
|
||||
|
||||
Reference in New Issue
Block a user