Add support for ServiceAccount configuration #451
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/451/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
This adds a new values object
serviceAccount
, that allows creating a dedicated ServiceAccount with the Helm Release into the cluster. It supports all common options like labels, annotations, name override (or referring to an externally created ServiceAccount), auto-mount token, image pull secrets.It supersedes the stale PR #357.
Benefits
Users can deploy Gitea with more fine-tuned security settings.
Applicable issues
Additional information
I've bumped the helm-unittest plugin in the CI build, to be able to use the
exists
andnotExists
feature in the new tests.Checklist
values.yaml
and added to theREADME.md
using readme-generator-for-helmGreat! And so many tests...awesome ;)
LGTM