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