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

Support envFrom in rayclusters deployed with Helm #183

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

ebr
Copy link
Contributor

@ebr ebr commented Mar 9, 2022

Why are these changes needed?

It is often useful to populate the container environment with values specified as Kubernetes secrets or configmaps, using the envFrom key of the pod spec. For example, we use this technique to provide database credentials to our pods.

This PR implements such functionality for Ray clusters deployed with Helm.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@Jeffwan
Copy link
Collaborator

Jeffwan commented Mar 11, 2022

Thanks for the contribution!

@Jeffwan Jeffwan merged commit d904b5d into ray-project:master Mar 11, 2022
@ebr ebr deleted the helm-envfrom branch March 11, 2022 17:44
chenk008 pushed a commit that referenced this pull request Mar 22, 2022
Co-authored-by: Eugene Brodsky <eugene@proteinqure.com>
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
Co-authored-by: Eugene Brodsky <eugene@proteinqure.com>
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