add helm repo to flux for emqx
This commit is contained in:
parent
eb74e0d027
commit
092669cef9
2 changed files with 11 additions and 0 deletions
10
kubernetes/flux/repositories/helm/emqx.yaml
Normal file
10
kubernetes/flux/repositories/helm/emqx.yaml
Normal 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
|
|
@ -15,6 +15,7 @@ resources:
|
|||
- descheduler.yaml
|
||||
- dragonflydb.yaml
|
||||
- elastic.yaml
|
||||
- emqx.yaml
|
||||
- external-secrets.yaml
|
||||
- fairwinds.yaml
|
||||
- grafana.yaml
|
||||
|
|
Loading…
Reference in a new issue