Skip to content

Commit b1a5bfc

Browse files
committed
Fixing USage
1 parent b813dcd commit b1a5bfc

File tree

1 file changed

+1
-1
lines changed
  • lib/single-new-eks-opensource-observability-construct

1 file changed

+1
-1
lines changed

lib/single-new-eks-opensource-observability-construct/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class SingleNewEksOpenSourceobservabilityConstruct {
1919

2020
const amgEndpointUrl = process.env.COA_AMG_ENDPOINT_URL;
2121

22-
assert(amgEndpointUrl, "AMG Endpoint URL environmane variable COA_AMG_ENDPOINT_URL is mandatory");
22+
// assert(amgEndpointUrl, "AMG Endpoint URL environmane variable COA_AMG_ENDPOINT_URL is mandatory");
2323

2424
// All Grafana Dashboard URLs from `cdk.json` if presentgi
2525
const clusterDashUrl: string = utils.valueFromContext(scope, "cluster.dashboard.url", undefined);

0 commit comments

Comments
 (0)