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
After #354, released in version 0.4.1, the sidecar injection conflicts with any MutatingWebhookConfiguration that adds environment variables to all containers. This issue is affecting all EKS users.
When creating the sidecar configuration, we should refrain from altering the order of environment variables if all required variables are already included in the configuration.
The text was updated successfully, but these errors were encountered:
After #354, released in version 0.4.1, the sidecar injection conflicts with any MutatingWebhookConfiguration that adds environment variables to all containers. This issue is affecting all EKS users.
This is the error returned by the API server:
When creating the sidecar configuration, we should refrain from altering the order of environment variables if all required variables are already included in the configuration.
The text was updated successfully, but these errors were encountered: