From fd954b5249cfeb193cadb01240072eab5dc7016a Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Thu, 17 Aug 2023 13:43:45 +1000 Subject: [PATCH] maubot: actually mount the ipa config volume Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/files/deploymentconfig.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/openshift-apps/maubot/files/deploymentconfig.yml b/roles/openshift-apps/maubot/files/deploymentconfig.yml index b6e60f1b10..dea4cd4f6d 100644 --- a/roles/openshift-apps/maubot/files/deploymentconfig.yml +++ b/roles/openshift-apps/maubot/files/deploymentconfig.yml @@ -37,6 +37,9 @@ spec: readOnly: true - name: maubot-storage mountPath: /maubot + - name: ipa-config-volume + mountPath: /etc/ipa + readOnly: true - name: keytab-volume mountPath: /etc/keytabs readOnly: true @@ -59,6 +62,9 @@ spec: - name: maubot-storage persistentVolumeClaim: claimName: maubot-storage + - name: ipa-config-volume + configMap: + name: ipa-client-config - name: keytab-volume secret: secretName: maubot-keytab