File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ helmCharts:
88 - name : kiali-operator
99 includeCRDs : true
1010 releaseName : kiali-operator
11- version : 1.84 .0
11+ version : 1.88 .0
1212 repo : https://kiali.org/helm-charts
1313 valuesInline :
1414 clusterRoleCreator : true
@@ -28,6 +28,8 @@ helmCharts:
2828 view_only_mode : true
2929 # disable_rbac: true
3030 external_services :
31+ custom_dashboards :
32+ discovery_enabled : " false"
3133 istio :
3234 component_status :
3335 components :
@@ -58,6 +60,19 @@ helmCharts:
5860 enabled : true
5961 in_cluster_url : http://grafana.monitoring.svc.cluster.local
6062 url : https://grafana.devxp-tech.io
63+ dashboards :
64+ - name : " Istio Service Dashboard"
65+ variables :
66+ namespace : " var-namespace"
67+ service : " var-service"
68+ - name : " Istio Workload Dashboard"
69+ variables :
70+ namespace : " var-namespace"
71+ workload : " var-workload"
72+ - name : " Istio Mesh Dashboard"
73+ - name : " Istio Control Plane Dashboard"
74+ - name : " Istio Performance Dashboard"
75+ - name : " Istio Wasm Extension Dashboard"
6176 tracing :
6277 enabled : true
6378 # provider: "tempo"
You can’t perform that action at this time.
0 commit comments