Here we go again

This commit is contained in:
2024-08-04 22:04:32 +01:00
parent c37e18f436
commit 6076fca917
2 changed files with 6 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: kube-system namespace: longhorn-system
resources: resources:
- namespace.yaml
- longhornsetting.yaml - longhornsetting.yaml
# - namespace.yaml - helmrepo.yaml
# - helmrepo.yaml - helmrelease.yaml
# - helmrelease.yaml

View File

@@ -1,11 +1,5 @@
apiVersion: longhorn.io/v1beta2 apiVersion: longhorn.io/v1beta2
kind: Setting kind: Setting
metadata: metadata:
name: deleting-confirmation-flag name: default-replica-count
value: "true" value: "1"
# ---
# apiVersion: longhorn.io/v1beta2
# kind: Setting
# metadata:
# name: default-replica-count
# value: 1