fix: add missing namespace and kustomizations
This commit is contained in:
parent
b91c4308e1
commit
3a65ad9f54
4 changed files with 20 additions and 0 deletions
6
infrastructure/longhorn/kustomize.yaml
Normal file
6
infrastructure/longhorn/kustomize.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- helmrepository.yaml
|
||||||
|
- helmrelease.yaml
|
||||||
4
infrastructure/longhorn/namespace.yaml
Normal file
4
infrastructure/longhorn/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: longhorn-system
|
||||||
6
infrastructure/monitoring/kustomize.yaml
Normal file
6
infrastructure/monitoring/kustomize.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- helmrepository.yaml
|
||||||
|
- helmrelease.yaml
|
||||||
4
infrastructure/monitoring/namespace.yaml
Normal file
4
infrastructure/monitoring/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: monitoring
|
||||||
Loading…
Add table
Add a link
Reference in a new issue