Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-09 11:06:50 +02:00
parent f931febe61
commit 377e83fdd1
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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) }}