Skip to content

Commit

Permalink
enable cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2025
1 parent 219d228 commit 382c67d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ module "cluster" {
most_recent = true
service_account_role_arn = module.efs_csi_irsa_role.iam_role_arn
}
# cert-manager = {
# most_recent = true
# }
cert-manager = {
most_recent = true
}
coredns = {
most_recent = true
}
Expand Down
File renamed without changes.

0 comments on commit 382c67d

Please sign in to comment.