Add the setting to delete longhorn
This commit is contained in:
4
clusters/kairos/longhorn/kustomization.yaml
Normal file
4
clusters/kairos/longhorn/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- longhornsetting.yaml
|
||||||
6
clusters/kairos/longhorn/longhornsetting.yaml
Normal file
6
clusters/kairos/longhorn/longhornsetting.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: longhorn.io/v1beta2
|
||||||
|
kind: Setting
|
||||||
|
metadata:
|
||||||
|
name: deleting-confirmation-flag
|
||||||
|
namespace: longhorn-system
|
||||||
|
value: "true"
|
||||||
Reference in New Issue
Block a user