Skip to content

Commit

Permalink
[#77] Fix argo sa annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Karbyshev committed Apr 12, 2021
1 parent 1c3ba9b commit 8cb54a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/modules/k8s/argo/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ locals {
namespace = local.workflows_namespace
serviceAccount = {
create = true
"iam.gke.io/gcp-service-account" = var.workflows_sa
}
rbac = {
create = true
Expand All @@ -35,6 +36,9 @@ locals {

controller = {
controller = {
serviceAccountAnnotations = {
"iam.gke.io/gcp-service-account" = var.workflows_sa
}
workflowDefaults = {
metadata = {
namespace = local.workflows_namespace
Expand Down

0 comments on commit 8cb54a8

Please sign in to comment.