소스 검색

use full provider name

Josh Bicking 2 주 전
부모
커밋
fda97dbd1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      argocd/infra/velero/values.yaml

+ 1 - 1
argocd/infra/velero/values.yaml

@@ -27,7 +27,7 @@ configuration:
     # name is the name of the backup storage location where backups should be stored. If a name is not provided,
     # a backup storage location will be created with the name "default". Optional.
   - name:
-    provider: "webdav"
+    provider: "talinx.dev/webdav-object-store-plugin"
     bucket: "velero"
     default: true
     # validationFrequency defines how frequently Velero should validate the object storage. Optional.