feat: added preserve=false to eks addons. which is crutial to prevent residual resources
This commit is contained in:
@@ -184,10 +184,12 @@ module "eks" {
|
||||
addons = {
|
||||
coredns = {}
|
||||
eks-pod-identity-agent = {
|
||||
preserve = false
|
||||
before_compute = true
|
||||
}
|
||||
kube-proxy = {}
|
||||
aws-ebs-csi-driver = {
|
||||
preserve = false
|
||||
pod_identity_association = [{
|
||||
role_arn = module.CsiPodIdentity.role-arn
|
||||
service_account = "ebs-csi-controller-sa"
|
||||
|
||||
Reference in New Issue
Block a user