Skip to content

Commit

Permalink
remove version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 committed Oct 20, 2023
1 parent c33a7b0 commit 7ad84c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai-ml/jark-stack/terraform/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ module "data_addons" {
#---------------------------------------------------------------
enable_jupyterhub = true
jupyterhub_helm_config = {
version = "3.0.3"
namespace = kubernetes_namespace_v1.jupyterhub.id
create_namespace = false
values = [file("${path.module}/helm-values/jupyterhub-values.yaml")]
Expand Down

0 comments on commit 7ad84c4

Please sign in to comment.