Mount the keytab

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 01:50:19 +00:00
parent b88f44a32f
commit 4a43535985

View file

@ -40,6 +40,9 @@ items:
- name: config-volume
mountPath: /etc/bodhi
readOnly: true
- name: keytab-volume
mountPath: /etc/keytabs
readOnly: true
- name: cache-volume
mountPath: /var/cache/bodhi
- name: fedmsg-config-volume
@ -67,6 +70,9 @@ items:
- name: config-volume
configMap:
name: bodhi-configmap
- name: keytab-volume
secret:
secretName: bodhi-keytab
- name: cache-volume
emptyDir: {}
- name: fedmsg-config-volume