Skip to content

Commit

Permalink
update mlflow setup
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Dec 17, 2024
1 parent 1eaf21b commit 826ed9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions catalogs/data/mlflow/mlflow-helmrepository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: bitnami
namespace: apps
spec:
type: oci
interval: 5m0s
url: oci://registry-1.docker.io/bitnamicharts

3 changes: 3 additions & 0 deletions setup/catalogs/data/mlflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
- source: "terraform/{{ context.cloud }}"
destination: "terraform/apps/mlflow/{{ context.cluster }}"
external: true
- source: mlflow-helmrepository.yaml
destination: "bootstrap/apps/mlflow/{{ context.cluster }}/mlflow-helmrepository.yaml"
external: true
- source: mlflow-raw-servicedeployment.yaml
destination: "bootstrap/apps/mlflow/{{ context.cluster }}/mlflow-raw-servicedeployment.yaml"
external: true
Expand Down

0 comments on commit 826ed9b

Please sign in to comment.