mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 23:46:56 +00:00
fix format
This commit is contained in:
parent
1e057d4362
commit
a828f816c1
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@ A validation rule is expressed as an overlay pattern that expresses the desired
|
|||
| `>=` | greater than or equals to |
|
||||
| `<=` | less than or equals to |
|
||||
| `!` | not equals |
|
||||
| `|` | logical or |
|
||||
| `&` | logical and |
|
||||
| \| | logical or |
|
||||
| `&` | logical and |
|
||||
|
||||
There is no operator for `equals` as providing a field value in the pattern requires equality to the value.
|
||||
|
||||
|
@ -66,4 +66,4 @@ Additional examples are available in [examples](/examples/)
|
|||
|
||||
|
||||
---
|
||||
<small>*Read Next >> [Mutate](/documentation/writing-policies-mutate.md)*</small>
|
||||
<small>*Read Next >> [Mutate](/documentation/writing-policies-mutate.md)*</small>
|
||||
|
|
Loading…
Add table
Reference in a new issue