1apiVersion: helm.cattle.io/v1
2kind: HelmChart
3metadata:
4 name: grafana
5 namespace: monitoring
6spec:
7 repo: https://grafana.github.io/helm-charts
8 chart: grafana
9 targetNamespace: monitoring
10 valuesContent: |-
11 grafana.ini:
12 auth:
13 anonymous:
14 enabled: true
15 org_name: koti
16