Skip to content

Commit 67cd636

Browse files
committed
fix(volsync): moved restic repo env out of bitwarden
1 parent cee160e commit 67cd636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/core/volsync/components/external-secret.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
template:
1515
engineVersion: v2
1616
data:
17-
RESTIC_REPOSITORY: "{{ .restic_repo }}/${APP}"
17+
RESTIC_REPOSITORY: "rest:http://nas-srv-01.chkpwd.com:8000/${APP}"
1818
RESTIC_PASSWORD: "{{ .restic_encrypt_password }}"
1919
RESTIC_REST_USERNAME: restic_k8s
2020
RESTIC_REST_PASSWORD: "{{ .restic_user_password }}"

0 commit comments

Comments
 (0)