We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b813dcd commit b1a5bfcCopy full SHA for b1a5bfc
lib/single-new-eks-opensource-observability-construct/index.ts
@@ -19,7 +19,7 @@ export default class SingleNewEksOpenSourceobservabilityConstruct {
19
20
const amgEndpointUrl = process.env.COA_AMG_ENDPOINT_URL;
21
22
- assert(amgEndpointUrl, "AMG Endpoint URL environmane variable COA_AMG_ENDPOINT_URL is mandatory");
+ // assert(amgEndpointUrl, "AMG Endpoint URL environmane variable COA_AMG_ENDPOINT_URL is mandatory");
23
24
// All Grafana Dashboard URLs from `cdk.json` if presentgi
25
const clusterDashUrl: string = utils.valueFromContext(scope, "cluster.dashboard.url", undefined);
0 commit comments