feat(argocd-image-updater): allow defining additional labels to service account (#2517)

This commit is contained in:
Etienne 2024-02-18 19:44:25 +01:00 committed by GitHub
parent 4f382e5db1
commit 75b48cef3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -178,6 +178,8 @@ serviceAccount:
create: true
# -- Annotations to add to the service account
annotations: {}
# -- Labels to add to the service account
labels: {}
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""