Skip to content

Commit

Permalink
Merge pull request #37 from mitou/fix/iam-user
Browse files Browse the repository at this point in the history
[修正] secretAccessorの紐づけ先をexternal secret operatorのSAに変更
  • Loading branch information
kyasbal authored Apr 27, 2024
2 parents fe45e6e + 637f244 commit 8a831f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/iam/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ locals {
},
{
gsa = "${google_service_account.wi-secret-mattermost-primary.name}",
ksa_namespace = "mattermost",
ksa_name = "secret-mattermost-primary"
ksa_namespace = "default",
ksa_name = "external-secrets"
}
]
}
Expand Down

0 comments on commit 8a831f7

Please sign in to comment.