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: deploy/helm/clickhouse-operator/values.schema.json
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -640,12 +640,7 @@
640
640
"properties": {
641
641
"additionalLabels": {
642
642
"description": "labels to add to a secret with dashboards",
643
-
"type": "object",
644
-
"properties": {
645
-
"grafana_dashboard": {
646
-
"type": "string"
647
-
}
648
-
}
643
+
"type": "object"
649
644
},
650
645
"annotations": {
651
646
"description": "annotations to add to a secret with dashboards",
@@ -654,9 +649,6 @@
654
649
"enabled": {
655
650
"description": "provision grafana dashboards as configMaps (can be synced by grafana dashboards sidecar https://github.com/grafana/helm-charts/blob/grafana-8.3.4/charts/grafana/values.yaml#L778 )",
Copy file name to clipboardExpand all lines: deploy/helm/clickhouse-operator/values.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -897,7 +897,9 @@ dashboards:
897
897
enabled: false
898
898
# dashboards.additionalLabels -- labels to add to a secret with dashboards
899
899
additionalLabels:
900
+
# dashboards.additionalLabels.grafana_dashboard - will watch when official grafana helm chart sidecar.dashboards.enabled=true
900
901
grafana_dashboard: ""
901
902
# dashboards.annotations -- annotations to add to a secret with dashboards
902
-
annotations: {}
903
-
grafana_folder: clickhouse
903
+
annotations:
904
+
# dashboards.annotations.grafana_folder -- folder where will place dashboards, requires define values in official grafana helm chart sidecar.dashboards.folderAnnotation: grafana_folder
0 commit comments