From 3d82e1a286e97d3e296bffd96d2603286a75ca7c Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 01:26:03 +0100 Subject: [PATCH] Update default settings --- clusters/kairos/longhorn/helmrelease.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml index d13c4a3..d786b18 100644 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ b/clusters/kairos/longhorn/helmrelease.yaml @@ -14,5 +14,6 @@ spec: interval: 1m0s targetNamespace: longhorn values: - defaultReplicaCount: 2 - defaultDataPath: /var/lib/longhorn-example/ \ No newline at end of file + defaultSettings: + defaultReplicaCount: 2 + defaultDataPath: /usr/local/longhorn/ \ No newline at end of file