Sfoglia il codice sorgente

Merge pull request #897 from yavasura/main

longhorn value.yaml key for backupTarget has changed
Christian Lempa 1 anno fa
parent
commit
302acef8e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      kubernetes/longhorn/helm/values.yaml

+ 1 - 1
kubernetes/longhorn/helm/values.yaml

@@ -48,6 +48,6 @@ image:
 # <--
 
 # --> (Optional) Change the default settings, like Backup Target here...
-# defaultSettings:
+# defaultBackupStore:
 #   backupTarget: "your-backup-target"  # <-- Replace with your backup target
 # <--