Mount the keytab
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b88f44a32f
commit
4a43535985
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue