From 918ff2e57f6c0f27ed80af5c7499921d8fe469c0 Mon Sep 17 00:00:00 2001 From: Tim Collins Date: Fri, 22 Nov 2024 11:10:21 +0000 Subject: [PATCH] explicitly call out plugins Signed-off-by: Tim Collins --- charts/argo-workflows/README.md | 2 +- charts/argo-workflows/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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