Skip to content

Commit

Permalink
fix variables for applications/jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
hsachdevah committed Mar 4, 2024
1 parent eefa3ea commit c927652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions applications/jupyter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ variable "url_domain_name" {
variable "support_email" {
type = string
description = "Email for users to contact with questions about their consent"
default = ""
}

variable "client_id" {
Expand Down
7 changes: 3 additions & 4 deletions applications/jupyter/workloads-without-iap.example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ cluster_membership_id = "" # required only for private clusters, default: cluste
#######################################################

## JupyterHub variables
namespace = "jupyter"
gcs_bucket = "<gcs-bucket>"
create_service_account = true
gcp_and_k8s_service_account = "jupyter-service-account"
namespace = "jupyter"
gcs_bucket = "<gcs-bucket>"
workload_identity_service_account = "jupyter-service-account"

# Jupyterhub without IAP
add_auth = false

0 comments on commit c927652

Please sign in to comment.