Skip to content

Commit

Permalink
fix nits in application failover doc
Browse files Browse the repository at this point in the history
Signed-off-by: chaosi-zju <[email protected]>
  • Loading branch information
chaosi-zju committed Aug 19, 2024
1 parent 5dc1f5d commit 5e10472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/failover/application-failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ spec:
decisionConditions:
tolerationSeconds: 120
purgeMode: Never
propagateDeps: true # application failover is set, propagateDeps must be true
resourceSelectors:
- apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -195,4 +196,3 @@ You can edit `suppressDeletion` to false in `gracefulEvictionTasks` to evict the
Application failover is still a work in progress. We are in the progress of gathering use cases. If you are interested in this feature, please feel free to start an enhancement issue to let us know.

:::

Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ spec:
decisionConditions:
tolerationSeconds: 120
purgeMode: Never
propagateDeps: true # application failover is set, propagateDeps must be true
resourceSelectors:
- apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 5e10472

Please sign in to comment.