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