Skip to content

Commit

Permalink
Fix Broken Chart (#41)
Browse files Browse the repository at this point in the history
* bump mlrun

* fix chart
  • Loading branch information
quaark authored Dec 15, 2022
1 parent f6e0e60 commit 6192374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jupyterNotebook:
extraEnv:
- name: MLRUN_ARTIFACT_PATH
value: s3://mlrun/projects/{{run.project}}/artifacts
- name: MLRUN_FEATURE_STORE__DATA_PREFIXES__DEFAULT:
- name: MLRUN_FEATURE_STORE__DATA_PREFIXES__DEFAULT
value: s3://mlrun/projects/{project}/FeatureStore/{name}/{kind}
- name: MLRUN_FEATURE_STORE__DATA_PREFIXES__NOSQL:
- name: MLRUN_FEATURE_STORE__DATA_PREFIXES__NOSQL
value: ""
- name: S3_ENDPOINT_URL
value: http://minio.mlrun.svc.cluster.local:9000
Expand Down

0 comments on commit 6192374

Please sign in to comment.