Support for secretsEncryption
jchoi926 opened this issue · 2 comments
jchoi926 commented
Will there be support for secretsEncryption in the near future?
https://eksctl.io/usage/schema/#secretsEncryption
mumoshu commented
@jchoi926 Hey! You can try that today. Just set:
secretsEncryption:
keyARN: yourkeyarn
within eksctl_cluster resource's spec
attribute.
jchoi926 commented
The key was to add the definition to the spec
attribute. Thank you!