feat(argo-cd): Add support for labels on Service Accounts (#1513)
* Allow configuring labels on service accounts Signed-off-by: Mattias Ängehov <mattias.angehov@castoredc.com> * Update documentation Signed-off-by: Mattias Ängehov <mattias.angehov@castoredc.com> * Update version and changes Signed-off-by: Mattias Ängehov <mattias.angehov@castoredc.com> Signed-off-by: Mattias Ängehov <mattias.angehov@castoredc.com>
This commit is contained in:
parent
c11a729595
commit
197526a40b
6 changed files with 20 additions and 2 deletions
|
|
@ -516,6 +516,8 @@ controller:
|
|||
name: argocd-application-controller
|
||||
# -- Annotations applied to created service account
|
||||
annotations: {}
|
||||
# -- Labels applied to created service account
|
||||
labels: {}
|
||||
# -- Automount API credentials for the Service Account
|
||||
automountServiceAccountToken: true
|
||||
|
||||
|
|
@ -1356,6 +1358,8 @@ server:
|
|||
name: argocd-server
|
||||
# -- Annotations applied to created service account
|
||||
annotations: {}
|
||||
# -- Labels applied to created service account
|
||||
labels: {}
|
||||
# -- Automount API credentials for the Service Account
|
||||
automountServiceAccountToken: true
|
||||
|
||||
|
|
@ -2068,6 +2072,8 @@ applicationSet:
|
|||
create: true
|
||||
# -- Annotations to add to the service account
|
||||
annotations: {}
|
||||
# -- Labels applied to created 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: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue