Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feature/aks-deployment' of github.com:MGTheTrain/ml-ops…
Browse files Browse the repository at this point in the history
…-ftw into feature/aks-deployment
  • Loading branch information
MGTheTrain committed Apr 24, 2024
2 parents c593f5c + f25158c commit 9686f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "null_resource" "install_olm" {
provisioner "local-exec" {
command = "curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/install.sh | bash -s v0.27.0"
}
count = var.ml_ops_tool == "kubeflow" ? 1 : 0
count = var.ml_ops_tool == "kubeflow" ? 1 : 0
}

# Install the Kubeflow operator
Expand All @@ -56,7 +56,7 @@ resource "kubernetes_manifest" "install_kubeflow_operator" {
}
}
}
count = var.ml_ops_tool == "kubeflow" ? 1 : 0
count = var.ml_ops_tool == "kubeflow" ? 1 : 0
}

# mlflow helm chart
Expand Down

0 comments on commit 9686f8e

Please sign in to comment.