You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we did the work to separate out rendering of secrets, a bug was introduced where instead of using cli_vars to construct the contexts for packages and selectors, we use the entire yaml context (which is also a dict). Because of this we get errors like: "Object of type method is not JSON serializable" and also vars are not found when rendering.
The text was updated successfully, but these errors were encountered:
leahwicz
changed the title
[Bug] CLI vars in packages.yml and selectors.yml don't work.
[CT-371] [Bug] CLI vars in packages.yml and selectors.yml don't work.
Mar 16, 2022
@gshank Thanks for looking into this! Glad we caught it during our collective triage time the other day...
Given how straightforward the fix for this is, it feels like something we'd want to include in the next patch release. Do folks agree? I know we'd been planning to cut v1.0.4rc1 today
When we did the work to separate out rendering of secrets, a bug was introduced where instead of using cli_vars to construct the contexts for packages and selectors, we use the entire yaml context (which is also a dict). Because of this we get errors like: "Object of type method is not JSON serializable" and also vars are not found when rendering.
The text was updated successfully, but these errors were encountered: