LONG HORN SETTINGS
This commit is contained in:
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
- longhornsetting.yaml
|
||||||
# - helmrepo.yaml
|
# - helmrepo.yaml
|
||||||
# - helmrelease.yaml
|
# - helmrelease.yaml
|
||||||
# - longhornsetting.yaml
|
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
apiVersion: longhorn.io/v1beta2
|
apiVersion: longhorn.io/v1beta2
|
||||||
kind: Setting
|
kind: Setting
|
||||||
metadata:
|
metadata:
|
||||||
name: default-replica-count
|
name: deleting-confirmation-flag
|
||||||
namespace: longhorn-system
|
namespace: kube-system
|
||||||
value: "1"
|
value: "true"
|
||||||
|
# ---
|
||||||
|
# apiVersion: longhorn.io/v1beta2
|
||||||
|
# kind: Setting
|
||||||
|
# metadata:
|
||||||
|
# name: default-replica-count
|
||||||
|
# namespace: kube-system
|
||||||
|
# value: 1
|
||||||
Reference in New Issue
Block a user