15 lines
246 B
YAML
15 lines
246 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
name: monitoring
|
||
|
---
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: HelmRepository
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
url: https://grafana.github.io/helm-charts
|
||
|
interval: 1h
|