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/*