File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
lib/single-new-eks-opensource-observability-pattern Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,12 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
9292 "{{ stop enableAdotContainerLogsExporter }}" ,
9393 jsonStringnew . context [ "adotcontainerlogs.pattern.enabled" ]
9494 ) ;
95- console . log ( doc ) ;
95+ doc = utils . changeTextBetweenTokens (
96+ doc ,
97+ "{{ start kubecostJob }}" ,
98+ "{{ stop kubecostJob }}" ,
99+ false
100+ ) ;
96101 fs . writeFileSync ( __dirname + '/../common/resources/otel-collector-config-new.yml' , doc ) ;
97102
98103 if ( utils . valueFromContext ( scope , "adotcollectormetrics.pattern.enabled" , false ) ) {
@@ -200,4 +205,4 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
200205 . addOns ( ...addOns )
201206 . build ( scope , stackId ) ;
202207 }
203- }
208+ }
You can’t perform that action at this time.
0 commit comments