Skip to content

Commit

Permalink
fixes an issue with otel config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvthangaraj committed Jun 14, 2024
1 parent 3a334e6 commit 8cf1c86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/single-new-eks-kubeflow-observability-pattern/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ export default class SingleNewEksKubeflowbservabilityPattern {
"{{ stop enableAdotContainerLogsExporter }}",
true
);
doc = utils.changeTextBetweenTokens(
doc,
"{{ start kubecostJob }}",
"{{ stop kubecostJob }}",
false
);
console.log(doc);
fs.writeFileSync(__dirname + '/../common/resources/otel-collector-config-new.yml', doc);

Expand Down

0 comments on commit 8cf1c86

Please sign in to comment.