Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ychangkim f6f3dd53c5 update 3 weeks ago
..
dashboard update 3 weeks ago
templates update 3 weeks ago
Chart.yaml update 3 weeks ago
README.md update 3 weeks ago
values.yaml update 3 weeks ago

README.md

grafana

Version: 3.4.1

Values

Key Type Default Description
configMapName string "{{ include \"kyverno.fullname\" . }}-grafana" Configmap name template.
namespace string nil Namespace to create the grafana dashboard configmap. If not set, it will be created in the same namespace where the chart is deployed.
annotations object {} Grafana dashboard configmap annotations.
labels object {"grafana_dashboard":"1"} Grafana dashboard configmap labels
grafanaDashboard object {"create":false,"matchLabels":{"dashboards":"grafana"}} create GrafanaDashboard custom resource referencing to the configMap. according to https://grafana-operator.github.io/grafana-operator/docs/examples/dashboard_from_configmap/readme/

Autogenerated from chart metadata using helm-docs v1.11.0