add clusters/app/namespace.yaml
This commit is contained in:
parent
71b4045460
commit
2d1f3b90e1
@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: stable
|
name: stable
|
||||||
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
url: https://charts.onwalk.net/
|
url: https://charts.onwalk.net/
|
||||||
|
|||||||
@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- helmrepo.yaml
|
- helmrepo.yaml
|
||||||
- observability-agent.yaml
|
- observability-agent.yaml
|
||||||
|
|||||||
4
clusters/app/namespace.yaml
Normal file
4
clusters/app/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: monitoring
|
||||||
Loading…
Reference in New Issue
Block a user