Skip to content
Snippets Groups Projects
Commit 96f4e38f authored by avouacr's avatar avouacr
Browse files

expose MLFLOW_S3_ENDPOINT_URL in MLFLow config map

parent c9c3eb26
No related branches found
Tags library-chart-1.3.2
No related merge requests found
apiVersion: v2
name: library-chart
version: 1.3.1
version: 1.3.2
type: library
......@@ -228,6 +228,7 @@ metadata:
labels:
{{- include "library-chart.labels" $context | nindent 4 }}
data:
MLFLOW_S3_ENDPOINT_URL: "https://{{ .Values.s3.endpoint }}/"
MLFLOW_TRACKING_URI: {{ printf "%s" $uri }}
{{- end }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment