kustomize_substitutions in tilt-settings.json is broken #3375
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
Milestone
What steps did you take and what happened:
kustomize_substitutions
for variables that you do not set as environment variablesWhat did you expect to happen:
kustomize_substitutions
fromtilt-settings.json
Anything else you would like to add:
The change to use kustomize with envsubst (#3361) accidentally broke this. We can maybe try to copy all the substitutions into
os.environ
before running kustomize./kind bug
The text was updated successfully, but these errors were encountered: