Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure variables are uppercase (#1728)
If there are variables in a config.json/toml and variables provided via the `--set` flag we need to ensure both the variable keys are uppercase before processing and templating them. At the moment we were only uppercasing the config file variable keys which resulted in inconsistent behavior because of the indeterministic ordering of maps as we were looking for the variable's value. Fixes #1726
- Loading branch information