mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
elections: rework the indentation of secret.yml
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user