Skip to content

Commit

Permalink
[#77] Add annotations to server SA
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Karbyshev committed Apr 12, 2021
1 parent cf91643 commit 85daa02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/modules/k8s/argo/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ locals {
# "iam.gke.io/gcp-service-account" = var.workflows_sa
# }
# var.configuration.workflows_namespace == "" ? {} : {
server = {
server = {
serviceAccountAnnotations = {
"iam.gke.io/gcp-service-account" = var.workflows_sa
}
}
}
workflow = {
workflow = {
namespace = local.workflows_namespace
Expand Down

0 comments on commit 85daa02

Please sign in to comment.