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