Skip to content

Commit

Permalink
make gp2 storage class default
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Jan 16, 2025
1 parent 488c6e0 commit e970217
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ resource "aws_eks_addon" "aws-ebs-csi-driver" {
"eks.amazonaws.com/nodegroup" = "general"
}
}
defaultStorageClass = {
enabled = true
}
})

# Ensure cluster and node groups are created
Expand Down

0 comments on commit e970217

Please sign in to comment.