From 2dab570f7d30ce30af40fc9d08c02a4458128eda Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Apr 2019 13:22:19 +0200 Subject: [PATCH] elections: rework the indentation of secret.yml Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/elections/templates/secret.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/openshift-apps/elections/templates/secret.yml b/roles/openshift-apps/elections/templates/secret.yml index fc7b003cff..be59af6e16 100644 --- a/roles/openshift-apps/elections/templates/secret.yml +++ b/roles/openshift-apps/elections/templates/secret.yml @@ -6,11 +6,11 @@ metadata: {} items: - apiVersion: v1 -- kind: Secret -- metadata: - name: elections-secret - labels: - app: elections + kind: Secret + metadata: + name: elections-secret + labels: + app: elections data: client_secrets.json: |- {{ load_file('client_secrets.json') | indent }}