1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +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,7 +29,7 @@ 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.