Ver Fonte

Merge pull request #897 from yavasura/main

longhorn value.yaml key for backupTarget has changed
Christian Lempa há 1 ano atrás
pai
commit
302acef8e6
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 # <--