diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index e62412b103..9ca8839f64 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -1,4 +1,4 @@ -{% macro load_file(filename) %}{% include filename %}{%- endmacro -%} +#{% macro load_file(filename) %}{% include filename %}{%- endmacro -%} --- apiVersion: v1 kind: List @@ -12,7 +12,8 @@ items: app: the-new-hotness data: config.toml: |- - {{ load_file('config.toml') | indent }} +# {{ load_file('config.toml') | indent }} + {{ lookup('template', 'config.toml') | indent }} - apiVersion: v1 kind: ConfigMap metadata: