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:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "/etc/mirrormanager"
|
mountPath: "/etc/mirrormanager"
|
||||||
|
- name: var-lib
|
||||||
|
mountPath: "/var/lib/mirrormanager"
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: config
|
name: config
|
||||||
|
- name: var-lib
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: data
|
||||||
{{ security_context() | indent(4) }}
|
{{ security_context() | indent(4) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue