Skip to content

Commit

Permalink
docs: Update workflow-controller-configmap workflowRestrictions examp…
Browse files Browse the repository at this point in the history
…le doc (#5109)

Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
  • Loading branch information
krrrr38 committed Feb 16, 2021
1 parent e2c360d commit fb3cab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Currently, the following organizations are **officially** using Argo Workflows:
1. [EBSCO Information Services](https://www.ebsco.com/)
1. [Equinor](https://www.equinor.com/)
1. [Fairwinds](https://fairwinds.com/)
1. [FOLIO](http://corp.folio-sec.com/)
1. [Fynd Trak](https://trak.fynd.com/)
1. [Gardener](https://gardener.cloud/)
1. [GitHub](https://github.com/)
Expand Down
10 changes: 5 additions & 5 deletions docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ data:
# RBAC Config. >= v2.12
rbac:
enabled: false
# workflowRequirements restricts the Workflows that the controller will process.
# workflowRestrictions restricts the Workflows that the controller will process.
# Current options:
# referenceOnly: Only Workflows using "workflowTemplateRef" will be processed. This allows the administrator of the controller
# Strict: Only Workflows using "workflowTemplateRef" will be processed. This allows the administrator of the controller
# to set a "library" of templates that may be run by its operator, limiting arbitrary Workflow execution.
# strictReferenceOnly: Only Workflows using "workflowTemplateRef" will be processed and the controller will enforce
# Secure: Only Workflows using "workflowTemplateRef" will be processed and the controller will enforce
# that the WorkflowTemplate that is referenced hasn't changed between operations. If you want to make sure the operator of the
# Workflow cannot run an arbitrary Workflow, use this option.
workflowRequirements:
referenceOnly: true
workflowRestrictions:
templateReferencing: Strict

0 comments on commit fb3cab2

Please sign in to comment.