[LS-59631] add opamp bridge to kube-otel-stack to match otel-cloud-stack #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the same opamp bridge config to the kube-otel-stack chart that was merged into the otel-cloud-stack chart
For docs team
This PR includes the exact same change as described in #76 but adds the OpAMP Bridge to the
kube-otel-stack
chart instead, so I guess that is relevant to these docs maybe? https://docs.lightstep.com/docs/quick-start-operatorHow Has This Been Tested?
helm template looks alright
i installed and it looks good! (aside from errors because i installed in a blank repo that didnt have any prom stuff set up so some collectors were mad?)
verified backwards compatibility (bridgeless helm install on the new chart is the same output as the old chart, except chart version numbers)
diff between old chart and new chart WITH a bridge enabled is below, it shows the expected output which is the same collector output but with the opamp reporting label set to true and the bridge is now included
TODO: spin up the chart in a cluster and ensure it works as expected