Skip to content

Commit

Permalink
try new addons
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 3, 2025
1 parent 5843a53 commit 47cab96
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,30 @@ module "cluster" {
most_recent = true
service_account_role_arn = module.efs_csi_irsa_role.iam_role_arn
}
cert-manager = {
most_recent = true
}
coredns = {
most_recent = true
}
eks-pod-identity-agent = {
most_recent = true
}
external-dns = {
most_recent = true
}
kube-proxy = {
most_recent = true
}
kube-state-metrics = {
most_recent = true
}
metrics-server = {
most_recent = true
}
prometheus-node-exporter = {
most_recent = true
}
snapshot-controller = {
most_recent = true
}
Expand Down

0 comments on commit 47cab96

Please sign in to comment.