Switch back to mounting krb5.keytab in standard location
This commit is contained in:
parent
645f997d59
commit
3cf0319087
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue