v0.4.0
Annotation override @nitrocode (#21)
what
- Annotation override
why
Ran into an issue where the annotation couldn't be either of these
serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn
rbac.serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn
and instead needed to be
annotations.serviceAccount.eks\\.amazonaws\\.com/role-arn
The closest I could come to this was by setting service_account_set_key_path = "annotations.serviceAccount"
which resulted in
annotations.serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn
Easiest thing is to replace the whole thing