Skip to content

Is it possible to use a different service account? #330

Closed Answered by kartikwatwani
kartikwatwani asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I figured it out. It is possible to do so by updating the files:

  1. terraform/configurations/gke_getting_started/gke_getting_started.tf

variable "project_id" {
  description = "The GCE project id"
}

variable "service_account_email" {
  description = "The email of the service account for the GKE nodes"
}

variable "location" {
  description = "The zone of the created cluster"
  default     = "asia-south2-a"
}

variable "cert_manager_issuer_email" {
  description = "Email address used to create certificates."
}

variable "keycloak_admin_password" {
  description = "Keycloak Admin Password"
  sensitive   = true
}

variable "postgres_postgres_password" {
  description = "Keycloak Postgr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kartikwatwani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant