From 3d73e079e55ea29a4775a77c2508fb945f7399f2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 11 May 2019 17:56:35 +0200 Subject: [PATCH] fas: don't forget o indent Signed-off-by: Patrick Uiterwijk --- roles/totpcgi/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/totpcgi/templates/configmap.yml b/roles/totpcgi/templates/configmap.yml index a13ad64e9c..6c1ab06512 100644 --- a/roles/totpcgi/templates/configmap.yml +++ b/roles/totpcgi/templates/configmap.yml @@ -8,7 +8,7 @@ metadata: app: fas data: totpcgi-ca.pem: |- - {{ lookup('file', '{{ private }}/files/2fa-certs/keys/ca.crt') }} + {{ lookup('file', '{{ private }}/files/2fa-certs/keys/ca.crt') | indent() }} start.sh: |- set -xe rm -rf /httpdir/*