From f326e92ca505bfe48f1e6f9d0347496752969b27 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 11 Sep 2025 23:05:14 -0500 Subject: [PATCH] Fix yaml for longhorn --- manifests/helm/longhorn.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/helm/longhorn.yaml b/manifests/helm/longhorn.yaml index 5f94899..b1a5fb7 100644 --- a/manifests/helm/longhorn.yaml +++ b/manifests/helm/longhorn.yaml @@ -30,12 +30,11 @@ spec: values: defaultSettings: createDefaultDiskLabeledNodes: true + # This should go back to null when I have more cluster + replicaSoftAntiAffinity: true persistence: # This should go back to 3 when I have more cluster defaultClassReplicaCount: 2 - defaultSettings: - # This should go back to null when I have more cluster - replicaSoftAntiAffinity: true --- apiVersion: v1 kind: ConfigMap