Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 386 Bytes

Helm Chart

Install and usage of helm.

To generate templates from a chart with default values, run:

helm template mlflow

Publish Chart

Navigate to root of repo and run:

helm package charts/mlflow
helm package charts/mlflow-deployments-server
helm repo index --url https://clemens33.github.io/mlflow .