kanban/qa: adjust secrets template name

This commit is contained in:
František Zatloukal 2024-05-28 18:02:24 +02:00
parent 507a1c3bb0
commit a8693215fe

View file

@ -7,5 +7,5 @@ metadata:
labels: labels:
app: kanban app: kanban
stringData: stringData:
client_secrets.json: |- client-secrets.json: |-
{{ load_file('client_secrets.json') | indent }} {{ load_file('client-secrets.json') | indent }}