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}}
|
- name: {{service}}
|
||||||
image: quay.io/koschei/koschei:latest
|
image: quay.io/koschei/koschei:latest
|
||||||
command: [/usr/bin/koschei-{{service}}]
|
command: [/usr/bin/koschei-{{service}}]
|
||||||
|
env:
|
||||||
|
- name: KRB5_CONFIG
|
||||||
|
value: /etc/koschei/krb5.conf
|
||||||
|
- name: KRB5_CLIENT_KTNAME
|
||||||
|
value: /etc/koschei/krb5.keytab
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/koschei
|
mountPath: /etc/koschei
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: config-volume
|
|
||||||
mountPath: /etc/krb5.conf
|
|
||||||
subPath: krb5.conf
|
|
||||||
readOnly: true
|
|
||||||
- name: keytab-volume
|
- name: keytab-volume
|
||||||
mountPath: /etc/krb5.keytab
|
mountPath: /etc/koschei/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