Skip to content

Commit

Permalink
fix: Set service account name for cert-manager chart values (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
joaocc and bryantbiggs authored Oct 4, 2023
1 parent 3f9af17 commit 9bca858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,10 @@ module "cert_manager" {
{
name = "installCRDs"
value = true
},
{
name = "serviceAccount.name"
value = local.cert_manager_service_account
}
],
try(var.cert_manager.set, [])
Expand Down

0 comments on commit 9bca858

Please sign in to comment.