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
If we can't override values in the manifest or add env variables in our pipelines then this is useless, the entire artifact. When are you planning to work on this? We tried environment_variables, vars, and vars_files and none of them worked at all.
It is good practice to set default values for environment variables in the Manifest and only deploy time override those which require change.
While new variables are added to the deployment, the Manifest (default) values remain the same.
See
pipeline snippet
used where I set a new variable (version) and try to override the eureka client to false.manifest.yml
Now, when I inspect the app env after deployment...
The text was updated successfully, but these errors were encountered: