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.
20 lines
657 B
20 lines
657 B
# -- Configmap name template.
|
|
configMapName: '{{ include "kyverno.fullname" . }}-grafana'
|
|
|
|
# -- (string) Namespace to create the grafana dashboard configmap.
|
|
# If not set, it will be created in the same namespace where the chart is deployed.
|
|
namespace: ~
|
|
|
|
# -- Grafana dashboard configmap annotations.
|
|
annotations: {}
|
|
|
|
# -- Grafana dashboard configmap labels
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
|
|
# -- create GrafanaDashboard custom resource referencing to the configMap.
|
|
# according to https://grafana-operator.github.io/grafana-operator/docs/examples/dashboard_from_configmap/readme/
|
|
grafanaDashboard:
|
|
create: false
|
|
matchLabels:
|
|
dashboards: "grafana"
|
|
|