add helmrepo.yaml for clusters/app

This commit is contained in:
Haitao Pan 2023-12-19 14:57:18 +08:00
parent 71f009f99b
commit d7f2929808
2 changed files with 9 additions and 1 deletions

View 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/

View File

@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- ../../repo/helm
- helmrepo.yaml
- observability-agent.yaml