diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index 74f06610..6a82eb5f 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -133,7 +133,7 @@ Fields to note: | Key | Type | Default | Description | |-----|------|---------|-------------| | workflow.namespace | string | `nil` | Deprecated; use controller.workflowNamespaces instead. | -| workflow.rbac.agentPermissions | bool | `false` | Allows permissions for the Argo Agent. Only required if using http templates | +| workflow.rbac.agentPermissions | bool | `false` | Allows permissions for the Argo Agent. Only required if using http/plugin templates | | workflow.rbac.artifactGC | bool | `false` | Allows permissions for the Argo Artifact GC pod. Only required if using artifact gc | | workflow.rbac.create | bool | `true` | Adds Role and RoleBinding for the above specified service account to be able to run workflows. A Role and Rolebinding pair is also created for each namespace in controller.workflowNamespaces (see below) | | workflow.rbac.serviceAccounts | list | `[]` | Extra service accounts to be added to the RoleBinding | diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 889488ef..8101898b 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -69,7 +69,7 @@ workflow: # -- Adds Role and RoleBinding for the above specified service account to be able to run workflows. # A Role and Rolebinding pair is also created for each namespace in controller.workflowNamespaces (see below) create: true - # -- Allows permissions for the Argo Agent. Only required if using http templates + # -- Allows permissions for the Argo Agent. Only required if using http/plugin templates agentPermissions: false # -- Allows permissions for the Argo Artifact GC pod. Only required if using artifact gc artifactGC: false