Commit 04a79fd5 authored by aimansharief's avatar aimansharief
Browse files

Issue KN-767 feat:Added learning service terraform script

No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
resource "helm_release" "learning" {
name = "learning"
chart = var.LEARNING_CHART
namespace = var.LEARNING_NAMESPACE
create_namespace = true
dependency_update = true
depends_on = [kind_cluster.one-click]
wait_for_jobs = true
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment