From b4955023056fd91dd4890be037b47fbeeb103834 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 13 Jun 2019 14:55:08 +0200 Subject: [PATCH] the-new-hotness: Let's try indenting with 6 spaces 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 88fae56d8f..9a387a1c6d 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -21,4 +21,4 @@ items: app: the-new-hotness data: krb5.conf: |- - {{ load_file('krb5.conf') }} + {{ load_file('krb5.conf') | indent(6) }}