feat(argocd-image-updater): allow defining additional labels to service account (#2517)
This commit is contained in:
parent
4f382e5db1
commit
75b48cef3c
4 changed files with 8 additions and 2 deletions
|
|
@ -115,6 +115,7 @@ The `config.registries` value can be used exactly as it looks in the documentati
|
|||
| securityContext | object | `{}` | Security context settings for the deployment |
|
||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
| serviceAccount.labels | object | `{}` | Labels to add to the service account |
|
||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
| tolerations | list | `[]` | Kubernetes toleration settings for the deployment |
|
||||
| updateStrategy | object | `{"type":"Recreate"}` | The deployment strategy to use to replace existing pods with new ones |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue