Elections: add mount path for ipa config

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2020-09-16 10:49:28 +02:00
parent 833000da02
commit 54d6b32dbc

View File

@@ -27,6 +27,7 @@ spec:
volumes:
- config-volume
- elections-secret-volume
- ipa-config-volume
- keytab-volume
template:
metadata:
@@ -59,6 +60,9 @@ spec:
- name: fedora-messaging-cert-volume
mountPath: /etc/pki/rabbitmq/cert
readOnly: true
- name: ipa-config-volume
mountPath: /etc/ipa
readOnly: true
- name: keytab-volume
mountPath: /etc/keytabs
readOnly: true
@@ -90,6 +94,9 @@ spec:
- name: fedora-messaging-cert-volume
secret:
secretName: elections-fedora-messaging-crt
- name: ipa-config-volume
configMap:
name: ipa-client-config
- name: keytab-volume
secret:
secretName: elections-keytab