update secret refs
This commit is contained in:
parent
66a1fa0289
commit
6f450ff0df
1 changed files with 2 additions and 4 deletions
|
@ -15,11 +15,9 @@ spec:
|
||||||
data:
|
data:
|
||||||
RESTIC_REPOSITORY: "{{ .REPOSITORY_TEMPLATE }}/${APP}"
|
RESTIC_REPOSITORY: "{{ .REPOSITORY_TEMPLATE }}/${APP}"
|
||||||
RESTIC_PASSWORD: "{{ .RESTIC_PASSWORD }}"
|
RESTIC_PASSWORD: "{{ .RESTIC_PASSWORD }}"
|
||||||
AWS_ACCESS_KEY_ID: "{{ .volsync_access_key }}"
|
AWS_ACCESS_KEY_ID: "{{ .AWS_ACCESS_KEY_ID }}"
|
||||||
AWS_SECRET_ACCESS_KEY: "{{ .volsync_secret_key }}"
|
AWS_SECRET_ACCESS_KEY: "{{ .AWS_SECRET_ACCESS_KEY }}"
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
|
||||||
key: minio
|
|
||||||
- extract:
|
- extract:
|
||||||
key: volsync-minio-template
|
key: volsync-minio-template
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue