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:
|
||||
|
||||
- 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue