Skip to content

Commit

Permalink
MLRun Configs For Displaying Values in MLRun UI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark authored Dec 27, 2022
1 parent 32924cc commit cd793bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.5.1-rc4
version: 0.5.1-rc5
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
5 changes: 4 additions & 1 deletion charts/mlrun-ce/templates/config/mlrun-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ data:
AWS_SECRET_ACCESS_KEY: {{ .Values.minio.rootPassword }}
AWS_ACCESS_KEY_ID: {{ .Values.minio.rootUser }}
MLRUN_HTTPDB__REAL_PATH: s3://
MLRUN_ARTIFACT_PATH: s3://mlrun/
MLRUN_ARTIFACT_PATH: s3://mlrun/projects/{{run.project}}/artifacts
MLRUN_FEATURE_STORE__DATA_PREFIXES__DEFAULT: s3://mlrun/projects/{project}/FeatureStore/{name}/{kind}
MLRUN_FEATURE_STORE__DATA_PREFIXES__NOSQL: ""
MLRUN_CE__MODE: {{ .Values.mlrun.ce.mode }}
MLRUN_CE__VERSION: {{ .Chart.Version }}
MLRUN_DEFAULT_TENSORBOARD_LOGS_PATH: /home/jovyan/data/tensorboard/{{ `{{project}} `}}
MLRUN_FEATURE_STORE__DEFAULT_TARGETS: parquet

0 comments on commit cd793bb

Please sign in to comment.