Skip to content

Commit 9bca858

Browse files
joaoccbryantbiggs
andauthored
fix: Set service account name for cert-manager chart values (#268)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent 3f9af17 commit 9bca858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,10 @@ module "cert_manager" {
19071907
{
19081908
name = "installCRDs"
19091909
value = true
1910+
},
1911+
{
1912+
name = "serviceAccount.name"
1913+
value = local.cert_manager_service_account
19101914
}
19111915
],
19121916
try(var.cert_manager.set, [])

0 commit comments

Comments
 (0)