1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 23:46:56 +00:00

fix format

This commit is contained in:
Jim Bugwadia 2019-05-22 00:26:09 -07:00 committed by GitHub
parent 1e057d4362
commit a828f816c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>