Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(graph-node): per group env vars #281

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

cjorge-graphops
Copy link
Contributor

@cjorge-graphops cjorge-graphops commented Apr 9, 2024

graphNodeDefaults was getting overwritten by mustMerge, as that function writes to the destination dictionary besides returning the result for the attribution, so do a deepCopy.

also move the conditional {{- if (or $values.env $values.secretEnv) }} a bit further below, as we want the first few env var definitions regardless.

Closes #280

@cjorge-graphops cjorge-graphops merged commit 4c2d538 into main Apr 9, 2024
1 check passed
@cjorge-graphops cjorge-graphops deleted the fix/graph-node-env branch April 9, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

graph-node: per group env vars are affecting all groups
1 participant