Forráskód Böngészése

use full provider name

Josh Bicking 2 hete
szülő
commit
fda97dbd1f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.