Open felipesierrae opened 1 year ago
@felipesierrae Interested, we did handling the service account annotations.
Also, I copy your values.yaml and run helm template locally, the service account velero-server and velero-server-upgrade-crds both contain the annotations eks.amazonaws.com/role-arn: arn:aws:iam::xxxxxxxx:role/velero-role
.
Installed and configured Helm on my local machine. Added the Velero Helm repository. Deployed Velero using Helm with a values.yaml
However, upon deployment, Velero created the service account successfully but did not apply the annotations specified in the Helm values.yaml file.
Anything else you would like to add: I would like to mention that I have confirmed the issue on my local machine and it persists across different environments. Additionally, I have verified that the annotations section in the values.yaml file is correctly formatted and follows the recommended syntax.