Skip to content

Conversation

@Dashing-Nelson
Copy link

This pull request introduces support for running additional sidecar containers in both the mlflow-tracking-server and oidc-provider-mock Helm charts. The changes allow users to specify extra containers via the extraContainers value in each chart's values.yaml, which are then injected into the respective Kubernetes deployments.

Sidecar container support:

  • Added an extraContainers field to charts/mlflow-tracking-server/values.yaml and charts/oidc-provider-mock/values.yaml, including commented examples for user guidance. [1] [2]
  • Updated the deployment templates (charts/mlflow-tracking-server/templates/deployment.yaml and charts/oidc-provider-mock/templates/deployment.yaml) to inject any containers defined in extraContainers into the pod spec. [1] [2]

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.

1 participant