add helm repo to flux for emqx

This commit is contained in:
Joseph Hanson 2024-09-05 22:46:52 -05:00
parent eb74e0d027
commit 092669cef9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
# yaml-language-server: $schema=https://ks.hsn.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: emqx
namespace: flux-system
spec:
interval: 2h
url: https://repos.emqx.io/charts

View file

@ -15,6 +15,7 @@ resources:
- descheduler.yaml
- dragonflydb.yaml
- elastic.yaml
- emqx.yaml
- external-secrets.yaml
- fairwinds.yaml
- grafana.yaml