Przeglądaj źródła

Merge pull request #897 from yavasura/main

longhorn value.yaml key for backupTarget has changed
Christian Lempa 1 rok temu
rodzic
commit
302acef8e6
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 # <--