瀏覽代碼

Merge pull request #897 from yavasura/main

longhorn value.yaml key for backupTarget has changed
Christian Lempa 1 年之前
父節點
當前提交
302acef8e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 # <--