Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 8, 2025
1 parent d26634d commit 9a79890
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 All @@ -77,12 +77,12 @@ module "cluster" {
kube-proxy = {
most_recent = true
}
kube-state-metrics = {
most_recent = true
}
metrics-server = {
most_recent = true
}
# kube-state-metrics = {
# most_recent = true
# }
# metrics-server = {
# most_recent = true
# }
snapshot-controller = {
most_recent = true
}
Expand Down

0 comments on commit 9a79890

Please sign in to comment.