--- apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: grafana namespace: kube-system spec: repo: https://grafana.github.io/helm-charts chart: grafana targetNamespace: monitoring valuesContent: |- ingress: enabled: true ingressClassName: "traefik" annotations: cert-manager.io/cluster-issuer: "letsencrypt-production" tls: - hosts: - grafana.tyil.nl secretName: tls-nl.tyil.grafana hosts: - "grafana.tyil.nl" envFromSecret: "grafana-env" grafana.ini: auth.ldap: enabled: true allow_sign_up: true database: type: "postgres" ldap: enabled: true existingSecret: grafana-config ...