Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
update workflow_execution_config
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Apr 9, 2023
1 parent 5afe20d commit ef98d8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmd/delete/matchable_workflow_execution_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, here's the config file wec.yaml:
domain: development
project: flytesnacks
max_parallelism: 5
security_context:
security_context:
run_as:
k8s_service_account: demo
Expand Down
12 changes: 6 additions & 6 deletions cmd/update/matchable_workflow_execution_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Example: content of wec.yaml:
domain: development
project: flytesnacks
max_parallelism: 5
security_context:
run_as:
k8s_service_account: demo
security_context:
run_as:
k8s_service_account: demo
::
Expand All @@ -45,9 +45,9 @@ For workflow 'core.control_flow.merge_sort.merge_sort' in flytesnacks project, d
project: flytesnacks
workflow: core.control_flow.merge_sort.merge_sort
max_parallelism: 5
security_context:
run_as:
k8s_service_account: mergesortsa
security_context:
run_as:
k8s_service_account: mergesortsa
::
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/source/gen/flytectl_update_workflow-execution-config.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef98d8d

Please sign in to comment.