Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

support env vars in all tasks [ currently only supported in post-deploy tasks ] #835

Open michelleN opened 6 years ago

michelleN commented 6 years ago

Currently, you can pass environment variables in tasks via the $SOME_ENV_VAR pattern and it will get evaluated in a post-deploy task. This should be supported in all types of tasks.