Skip to content

Commit

Permalink
fix(mlflow): Remove redundant Mlflow extra envs mapping (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts authored Jan 8, 2025
1 parent 2741f33 commit 5a27031
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/merlin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
- email: [email protected]
name: caraml-dev
name: merlin
version: 0.13.22
version: 0.13.23
2 changes: 1 addition & 1 deletion charts/merlin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# merlin

---
![Version: 0.13.22](https://img.shields.io/badge/Version-0.13.22-informational?style=flat-square)
![Version: 0.13.23](https://img.shields.io/badge/Version-0.13.23-informational?style=flat-square)
![AppVersion: v0.42.0](https://img.shields.io/badge/AppVersion-v0.42.0-informational?style=flat-square)

Kubernetes-friendly ML model management, deployment, and serving.
Expand Down
4 changes: 0 additions & 4 deletions charts/merlin/templates/mlflow-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ spec:
- name: MLFLOW_S3_ENDPOINT_URL
value: http://minio.minio.svc.cluster.local:9000
{{- end}}
{{- range $key, $val := .Values.mlflow.extraEnvs }}
- name: {{ $key }}
value: {{ $val | quote }}
{{- end}}
{{- if .Values.gcpServiceAccount }}
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/gcp_service_account/service-account.json
Expand Down

0 comments on commit 5a27031

Please sign in to comment.