toddlers: Try creating a keytab for toddlers
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
8b05ba47e0
commit
964fd00a7e
2 changed files with 17 additions and 0 deletions
|
@ -40,6 +40,12 @@ 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
|
||||
volumes:
|
||||
- name: toddlers-secret-volume
|
||||
secret:
|
||||
|
@ -53,6 +59,12 @@ spec:
|
|||
- name: fedora-messaging-cert-volume
|
||||
secret:
|
||||
secretName: toddlers-fedora-messaging-crt
|
||||
- name: ipa-config-volume
|
||||
configMap:
|
||||
name: ipa-client-config
|
||||
- name: keytab-volume
|
||||
secret:
|
||||
secretName: toddlers-keytab
|
||||
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue