Skip to content

Commit

Permalink
fix: typo in docs (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
qhyun2 authored Mar 21, 2024
1 parent a1a1cd9 commit 11d83f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/Advanced/controlling-disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ As a quick reference:
| evictions.safe setting | `safe-to-evict` pod annotation | `agones.dev/safe-to-evict` label |
|-------------------------|---------------------------------|-----------------------------------|
| `Never` (default) | `false` | `false` (matches PDB) |
| `OnUpdate` | `false` | `true` (does not match PDB) |
| `OnUpgrade` | `false` | `true` (does not match PDB) |
| `Always` | `true` | `true` (does not match PDB) |

## Further Reading

* [`eviction` design](https://github.com/googleforgames/agones/issues/2794)
* [`eviction` design](https://github.com/googleforgames/agones/issues/2794)

0 comments on commit 11d83f2

Please sign in to comment.