From 54d6b32dbc193013973c46e5964011bb1426eb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 16 Sep 2020 10:49:28 +0200 Subject: [PATCH] Elections: add mount path for ipa config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/elections/files/deploymentconfig.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/openshift-apps/elections/files/deploymentconfig.yml b/roles/openshift-apps/elections/files/deploymentconfig.yml index d00df3dbf2..b19ef906ed 100644 --- a/roles/openshift-apps/elections/files/deploymentconfig.yml +++ b/roles/openshift-apps/elections/files/deploymentconfig.yml @@ -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