We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771efb5 commit 0ad6a81Copy full SHA for 0ad6a81
.github/workflows/mlflow-ci.yml
@@ -83,7 +83,7 @@ jobs:
83
export-kubeconfig: true
84
85
- name: Install Infra Chart
86
- run: ct install --config applications/mlflow/ct.yaml --chart-dirs applications/mlflow/charts --charts applications/mlflow/charts/mlflow --skip-clean-up --namespace default
+ run: ct install --config applications/mlflow/ct.yaml --chart-dirs applications/mlflow/charts --charts applications/mlflow/charts/infra --skip-clean-up --namespace default
87
88
- name: Install Mlflow Chart
89
run: ct install --config applications/mlflow/ct.yaml --chart-dirs applications/mlflow/charts --charts applications/mlflow/charts/mlflow --skip-clean-up --namespace default
0 commit comments