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
It's a common practice in Helm charts to use extraEnv:[] value that allows users to set extra environment variables for containers. As of now http-add-on only allows setting predefined variables for each component.
Use-Case
This will help with testing addition of new environment variables for http-add-on.