浏览代码

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.