Add the setting to delete longhorn

This commit is contained in:
2024-08-04 21:19:12 +01:00
parent 79d1f1b280
commit 963ce09a38
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- longhornsetting.yaml

View File

@@ -0,0 +1,6 @@
apiVersion: longhorn.io/v1beta2
kind: Setting
metadata:
name: deleting-confirmation-flag
namespace: longhorn-system
value: "true"