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