Update longhorn namespace
This commit is contained in:
@@ -3,7 +3,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: longhorn-release
|
name: longhorn-release
|
||||||
namespace: longhorn-system
|
|
||||||
spec:
|
spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ apiVersion: source.toolkit.fluxcd.io/v1
|
|||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: longhorn-repo
|
name: longhorn-repo
|
||||||
namespace: longhorn-system
|
|
||||||
spec:
|
spec:
|
||||||
interval: 1m0s
|
interval: 1m0s
|
||||||
url: https://charts.longhorn.io
|
url: https://charts.longhorn.io
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
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
|
||||||
- helmrepo.yaml
|
- helmrepo.yaml
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
4
clusters/kairos/longhorn/namespace.yaml
Normal file
4
clusters/kairos/longhorn/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: longhorn-system
|
||||||
Reference in New Issue
Block a user