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

Prepend user env vars #837

Closed

Conversation

jacobtomlinson
Copy link
Member

In #836 we see the default scheduler address is overriding the one supplied by the user. This happens because we extend the list of user-supplied env vars with the defaults, which Kubernetes then interprets as overriding.

This PR prepends the defaults instead so that the user-supplied env vars with the same name take precedent.

@creste
Copy link
Contributor

creste commented Mar 22, 2024

Hi @jacobtomlinson - Do you have a rough estimate of when this PR will be merged into main?

@jacobtomlinson
Copy link
Member Author

I think this may have been superseded by #874. I'm going to close this out but feel free to comment here if there is more that needs doing.

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.

None yet

2 participants