Switch back to mounting krb5.keytab in standard location

This commit is contained in:
Mikolaj Izdebski 2019-02-06 10:01:17 +01:00
parent 645f997d59
commit 3cf0319087

View file

@ -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: