You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/lighthouse/values.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,28 @@ grafana:
66
66
dashboardsConfigMapLabel: grafana_dashboard
67
67
# -- Must match `sidecar.dashboards.labelValue` value for the [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart)
68
68
dashboardsConfigMapLabelValue: "1"
69
+
# -- Create GrafanaDashboard CRDs via Grafana Operator from files in `dashboards/`
70
+
operatorDashboards:
71
+
enabled: false
72
+
# -- Optional target namespace for the GrafanaDashboard CRDs (defaults to release namespace)
73
+
namespace: ""
74
+
# -- Extra labels and annotations on the GrafanaDashboard resources
75
+
labels: {}
76
+
annotations: {}
77
+
# -- Selector to match Grafana instances managed by the operator
78
+
instanceSelector:
79
+
matchLabels: {}
80
+
# -- Allow matching Grafana instances outside current namespace
81
+
allowCrossNamespaceImport: false
82
+
# -- Optional folder metadata
83
+
folder: ""
84
+
folderUID: ""
85
+
uid: ""
86
+
# -- Operator sync behavior
87
+
resyncPeriod: ""
88
+
suspend: false
89
+
# -- Additional spec fields to merge into GrafanaDashboard.spec
90
+
extraSpec: {}
69
91
70
92
lighthouse:
71
93
# -- URL to the Execution Client Engine API. Will use configured JWT to authenticate.
0 commit comments