Namespaces are a nightmare
This commit is contained in:
@@ -3,7 +3,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: longhorn-release
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
|
||||
@@ -3,7 +3,6 @@ apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: longhorn-repo
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://charts.longhorn.io
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: longhorn-system
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- longhornsetting.yaml
|
||||
# - namespace.yaml
|
||||
# - helmrepo.yaml
|
||||
# - helmrelease.yaml
|
||||
|
||||
@@ -2,12 +2,10 @@ apiVersion: longhorn.io/v1beta2
|
||||
kind: Setting
|
||||
metadata:
|
||||
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
|
||||
Reference in New Issue
Block a user