Skip to content

Commit

Permalink
.werft/observability: Align rendering cmd with latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurSens <[email protected]>
  • Loading branch information
ArthurSens authored and roboquat committed Nov 24, 2021
1 parent ae294b3 commit 91dcd03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .werft/observability/monitoring-satellite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export async function installMonitoringSatellite(params: InstallMonitoringSatell
--ext-str tracing_enabled="true" \
--ext-str honeycomb_api_key="${process.env.HONEYCOMB_API_KEY}" \
--ext-str honeycomb_dataset="preview-environments" \
--ext-str jaeger_endpoint="" \
monitoring-satellite/manifests/yaml-generator.jsonnet | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml' -- {} && \
find monitoring-satellite/manifests -type f ! -name '*.yaml' ! -name '*.jsonnet' -delete`

Expand Down

0 comments on commit 91dcd03

Please sign in to comment.