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