Update longhorn namespace

This commit is contained in:
2024-08-04 20:31:30 +01:00
parent e03f3bf885
commit 5b751df405
4 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: longhorn-release
namespace: longhorn-system
spec:
chart:
spec:

View File

@@ -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

View File

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

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: longhorn-system