diff --git a/roles/openshift-apps/koschei/templates/backend-config.yml b/roles/openshift-apps/koschei/templates/backend-config.yml index 0256b580df..9b21b6141f 100644 --- a/roles/openshift-apps/koschei/templates/backend-config.yml +++ b/roles/openshift-apps/koschei/templates/backend-config.yml @@ -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 }} diff --git a/roles/openshift-apps/koschei/templates/backend-deployment.yml b/roles/openshift-apps/koschei/templates/backend-deployment.yml index b6a42bb989..c42b1c8437 100644 --- a/roles/openshift-apps/koschei/templates/backend-deployment.yml +++ b/roles/openshift-apps/koschei/templates/backend-deployment.yml @@ -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