mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Switch back to mounting krb5.keytab in standard location
This commit is contained in:
@@ -24,13 +24,13 @@ spec:
|
||||
- name: KRB5_CONFIG
|
||||
value: /etc/koschei/krb5.conf
|
||||
- name: KRB5_CLIENT_KTNAME
|
||||
value: /etc/koschei/krb5.keytab
|
||||
value: /etc/krb5.keytab
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/koschei
|
||||
readOnly: true
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/koschei/krb5.keytab
|
||||
mountPath: /etc/krb5.keytab
|
||||
subPath: krb5.keytab
|
||||
readOnly: true
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user