Skip to content

v0.4.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 07 Jan 22:06
b51ee94
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

references