Skip to content

Commit

Permalink
Add project name to jhub helm chart release name (#1422)
Browse files Browse the repository at this point in the history
* Add project name to jhub helm chart name

* Update main.tf
  • Loading branch information
iameskild authored Sep 1, 2022
1 parent 31a93b8 commit 4d4b1d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "random_password" "proxy_secret_token" {


resource "helm_release" "jupyterhub" {
name = "jupyterhub"
name = "jupyterhub-${var.namespace}"
namespace = var.namespace

repository = "https://jupyterhub.github.io/helm-chart/"
Expand Down

0 comments on commit 4d4b1d0

Please sign in to comment.