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

draft.toml's `set` parameters are not being loaded into the Helm chart. #660

Closed technosophos closed 6 years ago

technosophos commented 6 years ago

I specified:

[environments.development]
set = ["foo=bar"]

When I draft up and then helm get values, I do not see foo there.

technosophos commented 6 years ago

Duplicate of #223