Set KRB5_* env vars for Koschei backend
This commit is contained in:
parent
feeabd07b4
commit
645f997d59
1 changed files with 6 additions and 5 deletions
|
@ -20,16 +20,17 @@ spec:
|
|||
- name: {{service}}
|
||||
image: quay.io/koschei/koschei:latest
|
||||
command: [/usr/bin/koschei-{{service}}]
|
||||
env:
|
||||
- name: KRB5_CONFIG
|
||||
value: /etc/koschei/krb5.conf
|
||||
- name: KRB5_CLIENT_KTNAME
|
||||
value: /etc/koschei/krb5.keytab
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/koschei
|
||||
readOnly: true
|
||||
- name: config-volume
|
||||
mountPath: /etc/krb5.conf
|
||||
subPath: krb5.conf
|
||||
readOnly: true
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/krb5.keytab
|
||||
mountPath: /etc/koschei/krb5.keytab
|
||||
subPath: krb5.keytab
|
||||
readOnly: true
|
||||
resources:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue