10 lines
207 B
YAML
10 lines
207 B
YAML
{{- if .Values.loki.enabled }}
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: grafana
|
|
spec:
|
|
url: https://grafana.github.io/helm-charts
|
|
interval: 10m0s
|
|
{{- end }}
|