Skip to content

Commit

Permalink
Update workflow_execution_config (flyteorg#401)
Browse files Browse the repository at this point in the history
* update workflow_execution_config

Signed-off-by: Kevin Su <[email protected]>

* update workflow_execution_config

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Apr 13, 2023
1 parent 29da288 commit bd00706
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions cmd/delete/matchable_workflow_execution_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ For example, here's the config file 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
Max_parallelism is optional in the file as it is unread during the delete command but can be retained since the same file can be used for get, update and delete commands.
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
6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_delete_workflow-execution-config.rst

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 bd00706

Please sign in to comment.