mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +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 |
|
| `>=` | greater than or equals to |
|
||||||
| `<=` | less than or equals to |
|
| `<=` | less than or equals to |
|
||||||
| `!` | not equals |
|
| `!` | not equals |
|
||||||
| `|` | logical or |
|
| \| | logical or |
|
||||||
| `&` | logical and |
|
| `&` | logical and |
|
||||||
|
|
||||||
There is no operator for `equals` as providing a field value in the pattern requires equality to the value.
|
There is no operator for `equals` as providing a field value in the pattern requires equality to the value.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue