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
Fix invalid fields copied to NGINX init container (#4627)
* Create nginx instrumentation container from scratch instead of cloning
Build container spec from scratch (as in other instrumentations).
Prevents passing through config that is disallowed
in `initContainers` such as `resizePolicy`
* Amend unit test ensuring incomptatible fields are not copied to init container
* Add changelog entry
* Create apachehttpd instrumentation container from scratch instead of cloning
* Update changelog to mention apache changes
0 commit comments