Fixup
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
f931febe61
commit
377e83fdd1
1 changed files with 5 additions and 0 deletions
|
@ -58,8 +58,13 @@ spec:
|
|||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
- name: var-lib
|
||||
mountPath: "/var/lib/mirrormanager"
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: config
|
||||
- name: var-lib
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
{{ security_context() | indent(4) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue