From dfba231f89ad9d3aa843fe3f331a5854e93e1d38 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 27 Jan 2019 21:43:40 +0100 Subject: [PATCH] Don't strip trailing new line in Koschei secrets --- roles/openshift-apps/koschei/templates/frontend-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}