Explorar el Código

Merge pull request #897 from yavasura/main

longhorn value.yaml key for backupTarget has changed
Christian Lempa hace 11 meses
padre
commit
302acef8e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 # <--