Skip to content

Commit

Permalink
docs: change failurePolicy from Failure to Fail (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: huangxiao <huangxiao@meituan.com>
  • Loading branch information
benmaoer and huangxiao authored Apr 8, 2020
1 parent 7ddc37a commit df125ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en/enable-admission-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ With a default installation, TiDB Operator disables the admission controller. Ta
```yaml
......
failurePolicy:
validation: Failure
mutation: Failure
validation: Fail
mutation: Fail
```

3. Install or update TiDB Operator.
Expand Down
4 changes: 2 additions & 2 deletions zh/enable-admission-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ TiDB Operator 在默认安装情况下不会开启准入控制器,你需要手
```yaml
......
failurePolicy:
validation: Failure
mutation: Failure
validation: Fail
mutation: Fail
```

3. 安装/更新 TiDB Operator
Expand Down

0 comments on commit df125ca

Please sign in to comment.