Skip to content

Commit 3b9b68f

Browse files
committed
first step for v1beta2 dashboards
1 parent 179e183 commit 3b9b68f

File tree

4 files changed

+8493
-0
lines changed

4 files changed

+8493
-0
lines changed

hack/observability/grafana/chart/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@ extraConfigmapMounts:
119119
mountPath: /var/lib/grafana/dashboards/default/runtime-extensions.json
120120
subPath: runtime-extensions.json
121121
optional: false
122+
- name: grafana-dashboard-cluster-api-performance-v1beta2
123+
configMap: grafana-dashboard-cluster-api-performance-v1beta2
124+
mountPath: /var/lib/grafana/dashboards/default/cluster-api-performance-v1beta2.json
125+
subPath: cluster-api-performance-v1beta2.json
126+
optional: false
127+
- name: grafana-dashboard-cluster-api-state-v1beta2
128+
configMap: grafana-dashboard-cluster-api-state-v1beta2
129+
mountPath: /var/lib/grafana/dashboards/default/cluster-api-state-v1beta2.json
130+
subPath: cluster-api-state-v1beta2.json
131+
optional: false
122132

123133
# Disable grafana test framework
124134
testFramework:

0 commit comments

Comments
 (0)