Skip to content

Commit

Permalink
4 try cd, try to fix deploy to gke, try to fix get cluster credential…
Browse files Browse the repository at this point in the history
… by fixing cluster name
  • Loading branch information
Khagou committed Feb 13, 2024
1 parent 08845a2 commit 287c405
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions client/cloudbuild.yml

This file was deleted.

8 changes: 0 additions & 8 deletions server/cloudbuild.yml

This file was deleted.

2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ variable "pool_name" {
####### Variables Service Account #######
variable "role_iam" {
type = list(string)
default = [ "roles/container.admin","roles/container.clusterAdmin","roles/container.hostServiceAgentUser"]
default = [ "roles/objectViewer", "roles/container.hostServiceAgentUser", "roles/container.admin","roles/container.clusterAdmin" ]
description = "The roles to assign to the service account."
}

0 comments on commit 287c405

Please sign in to comment.