elections: rework the indentation of secret.yml

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-04-29 13:22:19 +02:00
parent 7b6a86c1dd
commit 2dab570f7d

View file

@ -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 }}