From 161a0186517f9a26716e34b986dc7b6c664bbcd6 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 21:59:23 +0100 Subject: [PATCH] LONG HORN SETTINGS --- clusters/kairos/longhorn/kustomization.yaml | 2 +- clusters/kairos/longhorn/longhornsetting.yaml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/clusters/kairos/longhorn/kustomization.yaml b/clusters/kairos/longhorn/kustomization.yaml index 1035c28..7cfb05f 100644 --- a/clusters/kairos/longhorn/kustomization.yaml +++ b/clusters/kairos/longhorn/kustomization.yaml @@ -3,6 +3,6 @@ kind: Kustomization namespace: longhorn-system resources: - namespace.yaml +- longhornsetting.yaml # - helmrepo.yaml # - helmrelease.yaml -# - longhornsetting.yaml diff --git a/clusters/kairos/longhorn/longhornsetting.yaml b/clusters/kairos/longhorn/longhornsetting.yaml index e7deca9..62a3572 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: default-replica-count - namespace: longhorn-system -value: "1" \ 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