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