Skip to content

Commit

Permalink
Fix name arg for replace configmap
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 9, 2023
1 parent e7abe55 commit fc84c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acto/post_process/simple_crash_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def create_anvil_crash_config_map(
},
)
core_v1_api.replace_namespaced_config_map(
name="fault-injection-config",
namespace="default",
body=config_map,
)
Expand Down

0 comments on commit fc84c59

Please sign in to comment.