diff --git a/roles/openshift-apps/koschei/templates/frontend-config.yml b/roles/openshift-apps/koschei/templates/frontend-config.yml index d16b675cdc..d6cec448ef 100644 --- a/roles/openshift-apps/koschei/templates/frontend-config.yml +++ b/roles/openshift-apps/koschei/templates/frontend-config.yml @@ -3,5 +3,7 @@ kind: Secret metadata: name: frontend-config stringData: - config-frontend.cfg: "{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-frontend.cfg.j2') }}" - httpd.conf: "{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/httpd.conf.j2') }}" + config-frontend.cfg: |- + {{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-frontend.cfg.j2') | indent }} + httpd.conf: |- + {{ lookup('template', roles_path + '/openshift-apps/koschei/templates/httpd.conf.j2') | indent }}