From a6e642a6b0fe70b6977afc255b461ee7dffaa48f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 13 Jun 2019 14:56:21 +0200 Subject: [PATCH] the-new-hotness: Indent the config with 6 spaces as well Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 9a387a1c6d..5eb0edead9 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -12,7 +12,7 @@ items: app: the-new-hotness data: config.toml: |- - {{ lookup('template', 'config.toml') | indent }} + {{ lookup('template', 'config.toml') | indent(6) }} - apiVersion: v1 kind: ConfigMap metadata: