Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently setting the serviceAccountAnnotations without the other rbac stuff fails with `error validating data: [apiVersion not set, kind not set]`, this is because the only line being rendered is the `annotations: {{ toYaml...` line. This change would prevent failure, but will swallow a potential misconfiguration (would a user want to have serviceAccountAnnotations with the service account not being created? - maybe but I'm not too sure about this). As an alternative, an explicit fail message could be set if serviceAccountAnnotations are set without the service account being created. Signed-off-by: Jonathan Cowling <[email protected]> Version bump Signed-off-by: Jonathan Cowling <[email protected]> Signed-off-by: David J. M. Karlsen <[email protected]>
- Loading branch information