Open rhuiser opened 6 years ago
Hey!
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.
Please, at least give us some feedback.
Regards,
Juan
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...