Don't strip trailing new line in Koschei secrets

This commit is contained in:
Mikolaj Izdebski 2019-01-27 21:43:40 +01:00
parent 53ce30a5ce
commit dfba231f89

View file

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