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 and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent 60d2ffe commit 00fdf26
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions flytectl/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 flytectl/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.

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

0 comments on commit 00fdf26

Please sign in to comment.