mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
fix(helm): typo on grafana dashboard choice (#448)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
This commit is contained in:
parent
8789eae171
commit
9000f5bae6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ grafana:
|
|||
# -- 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
|
||||
enabled: false
|
||||
folder: kyverno
|
||||
allowCrossNamespaceImport: true
|
||||
matchLabels:
|
||||
|
|
Loading…
Reference in a new issue