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
The customEnvVars are not applied properly for the connect pod. It only applies to the connect-api container and doesn't apply on the connect-sync container.
There's no separate values to set for this. So either the customEnvVars should be applied to both or there should be a distinct setting to configure each.
The first sounds fine since usually you'll use the same proxy settings for these components.
What did you expect to happen?
That customEnvVars are working. In this case for using a proxy.
Steps to reproduce
Deploy connect pod with customEnvVars. Check env vars on both containers in the pod.
Notes & Logs
This is the patch. At least this will result in a consistent state for each container.
Your environment
Chart Version: latest
Helm Version: latest
Kubernetes Version: not relevant
What happened?
The customEnvVars are not applied properly for the connect pod. It only applies to the connect-api container and doesn't apply on the connect-sync container.
There's no separate values to set for this. So either the customEnvVars should be applied to both or there should be a distinct setting to configure each.
The first sounds fine since usually you'll use the same proxy settings for these components.
What did you expect to happen?
That customEnvVars are working. In this case for using a proxy.
Steps to reproduce
Deploy connect pod with customEnvVars. Check env vars on both containers in the pod.
Notes & Logs
This is the patch. At least this will result in a consistent state for each container.
The text was updated successfully, but these errors were encountered: