From cd1091022104f8625e88e8b8d6de4289a19e1a8e Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 5 Aug 2024 00:06:02 +0100 Subject: [PATCH] Try repliica count again --- clusters/kairos/longhorn/helmrelease.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml index eba8790..76ba2f9 100644 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ b/clusters/kairos/longhorn/helmrelease.yaml @@ -13,4 +13,7 @@ spec: name: longhorn-repo version: 1.6.0 interval: 1m0s - targetNamespace: longhorn-system \ No newline at end of file + targetNamespace: longhorn-system + values: + defaultSettings: + defaultReplicaCount: 1 \ No newline at end of file