DrFaust92 / terraform-kubernetes-ebs-csi-driver

Terraform module which creates Kubernetes EBS CSI controller resources on AWS EKS.
https://registry.terraform.io/modules/DrFaust92/ebs-csi-driver/kubernetes/latest
Other
31 stars 26 forks source link

Don't apply match all toleration if specifying custom ones #91

Closed heronrs closed 1 year ago

heronrs commented 2 years ago

Based on https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/758

The "match all" toleration block doesn't play nice when specifying custom tolerations - it basically will nullify them.