update docs

Signed-off-by: Michael Kreis <michi.kreis@gmail.com>
pull/3237/head
Michael Kreis 2025-04-03 13:45:49 +02:00
parent f865f7182a
commit be808ba551
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Fields to note:
| workflow.rbac.serviceAccounts | list | `[]` | Extra service accounts to be added to the RoleBinding |
| workflow.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
| workflow.serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
| workflow.serviceAccount.createSecret | bool | `false` | Specifies whether a secret for each service account should be created |
| workflow.serviceAccount.labels | object | `{}` | Labels applied to created service account |
| workflow.serviceAccount.name | string | `"argo-workflow"` | Service account which is used to run workflows |
| workflow.serviceAccount.pullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Same format as `.Values.images.pullSecrets` |