maubot: actually mount the ipa config volume

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-17 13:43:45 +10:00
parent 686559b506
commit fd954b5249

View file

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