diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 710f67ce..d9aa1d4a 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -24,7 +24,7 @@ createAggregateRoles: true singleNamespace: false workflow: - namespace: "" # Speficy namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. + namespace: "" # Specify namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. serviceAccount: create: false # Specifies whether a service account should be created annotations: {}