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
With this setup it is not possible to set required env variables for GitHub VCS integration from secret. Documentation defines a way to set these values, but the code does not seem to do it.
Proposed solutions:
Add support for envFrom. This would allow to set env from secrets or configMaps without a need to remap names in values.yaml
Add missing env values.
The text was updated successfully, but these errors were encountered:
Today frontend deployment template allows setting only explicit env values or directly from .env property in values.yaml (plain text, not good for secrets).
With this setup it is not possible to set required env variables for GitHub VCS integration from secret. Documentation defines a way to set these values, but the code does not seem to do it.
Proposed solutions:
envFrom
. This would allow to set env from secrets or configMaps without a need to remap names in values.yamlThe text was updated successfully, but these errors were encountered: