From 800687f59294045bd4c248791b1aeb4e0a1a3277 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 21:24:40 +0100 Subject: [PATCH] Correct yaml syntax --- clusters/kairos/longhorn/longhornsetting.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/clusters/kairos/longhorn/longhornsetting.yaml b/clusters/kairos/longhorn/longhornsetting.yaml index 727575b..2683fef 100644 --- a/clusters/kairos/longhorn/longhornsetting.yaml +++ b/clusters/kairos/longhorn/longhornsetting.yaml @@ -1,6 +1,13 @@ apiVersion: longhorn.io/v1beta2 kind: Setting metadata: -name: deleting-confirmation-flag -namespace: kube-system -value: "true" \ No newline at end of file + name: deleting-confirmation-flag + namespace: kube-system + value: "true" +# --- +# apiVersion: longhorn.io/v1beta2 +# kind: Setting +# metadata: +# name: default-replica-count +# namespace: kube-system +# value: 1 \ No newline at end of file