10 lines
205 B
YAML
10 lines
205 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: 10m
|
|
{{- end }}
|