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
|
||||
metadata:
|
||||
name: stable
|
||||
namespace: monitoring
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://charts.onwalk.net/
|
||||
|
||||
@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: monitoring
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepo.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