Skip to content

Commit

Permalink
Fix fault injection config
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <jiaweig3@illinois.edu>
  • Loading branch information
tylergu committed Jun 14, 2024
1 parent 79a3a0a commit 508165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chactos/fault_injection_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class FaultInjectionConfig(pydantic.BaseModel, extra="forbid"):
deploy: DeployConfig
application_selector: dict
operator_selector: dict
pod_prefix: str
application_pod_prefix: str
input_dir: str

0 comments on commit 508165d

Please sign in to comment.