Add custom krb5.conf for Koschei backend
This commit is contained in:
parent
fdf54347e0
commit
1eaca8a909
2 changed files with 6 additions and 0 deletions
|
@ -5,3 +5,5 @@ metadata:
|
|||
stringData:
|
||||
config-backend.cfg: |
|
||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-backend.cfg.j2') | indent }}
|
||||
krb5.conf: |
|
||||
{{ lookup('template', roles_path + '/base/templates/krb5.conf.j2') | indent }}
|
||||
|
|
|
@ -24,6 +24,10 @@ spec:
|
|||
- 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
|
||||
subPath: krb5.keytab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue