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,
     # 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.
     # a backup storage location will be created with the name "default". Optional.
   - name:
   - name:
-    provider: "webdav"
+    provider: "talinx.dev/webdav-object-store-plugin"
     bucket: "velero"
     bucket: "velero"
     default: true
     default: true
     # validationFrequency defines how frequently Velero should validate the object storage. Optional.
     # validationFrequency defines how frequently Velero should validate the object storage. Optional.