You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/argo-workflows/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,7 @@ Fields to note:
244
244
| workflow.rbac.serviceAccounts | list | `[]` | Extra service accounts to be added to the RoleBinding |
245
245
| workflow.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
246
246
| workflow.serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
247
+
| workflow.serviceAccount.createSecret | bool | `false` | Specifies whether a secret for each service account should be created |
247
248
| workflow.serviceAccount.labels | object | `{}` | Labels applied to created service account |
248
249
| workflow.serviceAccount.name | string | `"argo-workflow"` | Service account which is used to run workflows |
249
250
| workflow.serviceAccount.pullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Same format as `.Values.images.pullSecrets` |
0 commit comments