@@ -24,10 +24,10 @@ export default class SingleNewEksOpenSourceobservabilityConstruct {
2424 // All Grafana Dashboard URLs from `cdk.json` if presentgi
2525 const clusterDashUrl : string = utils . valueFromContext ( scope , "cluster.dashboard.url" , undefined ) ;
2626 const kubeletDashUrl : string = utils . valueFromContext ( scope , "kubelet.dashboard.url" , undefined ) ;
27- const namespaceWorkloadsDashUrl : string = utils . valueFromContext ( scope , "cluster .dashboard.url" , undefined ) ;
28- const nodeExporterDashUrl : string = utils . valueFromContext ( scope , "kubelet .dashboard.url" , undefined ) ;
29- const nodesDashUrl : string = utils . valueFromContext ( scope , "cluster .dashboard.url" , undefined ) ;
30- const workloadsDashUrl : string = utils . valueFromContext ( scope , "kubelet .dashboard.url" , undefined ) ;
27+ const namespaceWorkloadsDashUrl : string = utils . valueFromContext ( scope , "namespaceworkloads .dashboard.url" , undefined ) ;
28+ const nodeExporterDashUrl : string = utils . valueFromContext ( scope , "nodeexporter .dashboard.url" , undefined ) ;
29+ const nodesDashUrl : string = utils . valueFromContext ( scope , "nodes .dashboard.url" , undefined ) ;
30+ const workloadsDashUrl : string = utils . valueFromContext ( scope , "workloads .dashboard.url" , undefined ) ;
3131
3232
3333 Reflect . defineMetadata ( "ordered" , true , blueprints . addons . GrafanaOperatorAddon ) ;
0 commit comments