You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec(`yq w -i config.yaml analytics.writer ${deploymentConfig.analytics!}`,{slice: installerSlices.INSTALLER_RENDER});
321
323
}
322
324
323
-
if(withObservability){
325
+
if(withVM||withObservability){
324
326
// TODO: there's likely more to do...
325
327
consttracingEndpoint=exec(`yq r ./.werft/jobs/build/helm/values.tracing.yaml tracing.endpoint`,{slice: installerSlices.INSTALLER_RENDER}).stdout.trim();
326
328
exec(`yq w -i config.yaml observability.tracing.endpoint ${tracingEndpoint}`,{slice: installerSlices.INSTALLER_RENDER});
329
+
330
+
// If the preview is running on Harvester, we've already deployed monitoring-satellite during 'VM' phase.
0 commit comments