diff --git a/kubernetes/main/templates/volsync/r2.yaml b/kubernetes/main/templates/volsync/r2.yaml index 5b5098e9a..3fefbdd3f 100644 --- a/kubernetes/main/templates/volsync/r2.yaml +++ b/kubernetes/main/templates/volsync/r2.yaml @@ -13,7 +13,7 @@ spec: template: engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .REPOSITORY_TEMPLATE }}/cluster-6740-${APP}/${APP}/volsync/config-volsync-config" + RESTIC_REPOSITORY: "{{ .REPOSITORY_TEMPLATE }}/cluster-6740-${APP}/${APP}/volsync" RESTIC_PASSWORD: "{{ .CF_SECRET_ACCESS_KEY }}" AWS_ACCESS_KEY_ID: "{{ .CF_ACCESS_KEY_ID }}" AWS_SECRET_ACCESS_KEY: "{{ .CF_SECRET_ACCESS_KEY }}"