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