Add custom krb5.conf for Koschei backend

This commit is contained in:
Mikolaj Izdebski 2019-02-06 09:36:23 +01:00
parent fdf54347e0
commit 1eaca8a909
2 changed files with 6 additions and 0 deletions

View file

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

View file

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