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
|
- name: KRB5_CONFIG
|
||||||
value: /etc/koschei/krb5.conf
|
value: /etc/koschei/krb5.conf
|
||||||
- name: KRB5_CLIENT_KTNAME
|
- name: KRB5_CLIENT_KTNAME
|
||||||
value: /etc/koschei/krb5.keytab
|
value: /etc/krb5.keytab
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/koschei
|
mountPath: /etc/koschei
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: keytab-volume
|
- name: keytab-volume
|
||||||
mountPath: /etc/koschei/krb5.keytab
|
mountPath: /etc/krb5.keytab
|
||||||
subPath: krb5.keytab
|
subPath: krb5.keytab
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue