elections: rework the indentation of secret.yml
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7b6a86c1dd
commit
2dab570f7d
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ metadata: {}
|
||||||
items:
|
items:
|
||||||
|
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
- kind: Secret
|
kind: Secret
|
||||||
- metadata:
|
metadata:
|
||||||
name: elections-secret
|
name: elections-secret
|
||||||
labels:
|
labels:
|
||||||
app: elections
|
app: elections
|
||||||
data:
|
data:
|
||||||
client_secrets.json: |-
|
client_secrets.json: |-
|
||||||
{{ load_file('client_secrets.json') | indent }}
|
{{ load_file('client_secrets.json') | indent }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue