Don't strip trailing new line in Koschei secrets
This commit is contained in:
parent
53ce30a5ce
commit
dfba231f89
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend-config
|
name: frontend-config
|
||||||
stringData:
|
stringData:
|
||||||
config-frontend.cfg: |-
|
config-frontend.cfg: |
|
||||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-frontend.cfg.j2') | indent }}
|
{{ 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 }}
|
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/httpd.conf.j2') | indent }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue