Skip to content
Snippets Groups Projects
Verified Commit 7f9dbb7c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: restic auth templating

parent 7ccb50dd
No related branches found
No related tags found
No related merge requests found
Pipeline #2850 passed
......@@ -7,4 +7,4 @@ metadata:
data:
RESTIC_PASSWORD: "{{ .Values.repository.key }}"
RESTIC_REPOSITORY: "{{ .Values.repository.name }}"
{{- toYaml .Values.auth | nindent 2 }}
{{- .Values.auth | nindent 2 }}
......@@ -12,7 +12,7 @@ volume: |-
schedule: "0 0 * * *"
auth:
auth: |-
B2_ACCOUNT_ID: "AzureDiamond"
B2_ACCOUNT_KEY: "hunter2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment