Skip to content

Commit

Permalink
feat(sources): add monitoring sources
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Dec 7, 2023
1 parent fa26b9f commit 24012c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements/sources/grafana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: grafana
namespace: flux-system
spec:
interval: 30m
url: https://grafana.github.io/helm-charts
2 changes: 2 additions & 0 deletions requirements/sources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ resources:
- wisvch.yaml
- cetic.yaml
- fairwinds.yaml
- grafana.yaml
- victoriametrics.yaml
8 changes: 8 additions & 0 deletions requirements/sources/victoriametrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: victoriametrics
namespace: flux-system
spec:
interval: 30m
url: https://victoriametrics.github.io/helm-charts/

0 comments on commit 24012c5

Please sign in to comment.