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(mlflow): Change default extra envs field type in Mlflow config values to list #432

Merged

Conversation

deadlycoconuts
Copy link
Contributor

@deadlycoconuts deadlycoconuts commented Jan 8, 2025

Motivation

With the removal of the old way of parsing extraEnvs for the Mlflow deployment in #430, we need to update the default value of the extraEnvs field to be a list as opposed to a map/object. This PR simply fixes this by replacing the default value of that field in the Merlin Helm chart mlflow.extraEnvs from {} to [].

Modification

  • charts/merlin/values.yaml - Modification of default extraEnvs file from {} to []

Checklist

  • Chart version bumped
  • README.md updated

@deadlycoconuts deadlycoconuts added the bug Something isn't working label Jan 8, 2025
@deadlycoconuts deadlycoconuts self-assigned this Jan 8, 2025
@deadlycoconuts deadlycoconuts requested a review from a team as a code owner January 8, 2025 16:42
charts/merlin/values.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@shydefoo shydefoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest lgtm!

@deadlycoconuts
Copy link
Contributor Author

Thanks for the quick review! 🚀

@deadlycoconuts deadlycoconuts merged commit 2bee3bf into caraml-dev:main Jan 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants