diff --git a/blog/amazon-ebs-csi-driver-terraform/index.html b/blog/amazon-ebs-csi-driver-terraform/index.html index 32412a42..4b3bfb76 100644 --- a/blog/amazon-ebs-csi-driver-terraform/index.html +++ b/blog/amazon-ebs-csi-driver-terraform/index.html @@ -68,4 +68,4 @@ policy_arn = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy" role = aws_iam_role.ebs_csi_driver.name } -
The above configuration follows the docs, binding an IAM role to the service account kube-system/ebs-csi-controller-sa using an OpenID connect provider.
After applying the changes above, I deployed the sample application and noticed that the persistent volume claims were bound to EBS volumes.