We're using your code to deploy EBS-CSI driver into our EKS. There's one problem, due to security restrictions we can't create non-encrypted pvc/ebs volumes.
I walked through the code and couldn't even figure out at what stage StorageClass got created. Neither the way to pass additional params to its parameters.
Hey there,
We're using your code to deploy EBS-CSI driver into our EKS. There's one problem, due to security restrictions we can't create non-encrypted pvc/ebs volumes.
The current sc.yaml:
I walked through the code and couldn't even figure out at what stage StorageClass got created. Neither the way to pass additional params to its
parameters
.Can you pls help with that?