Fixes a typo in the CRD yaml files. (#1941)

Replaces 'DoesNotExists' with 'DoesNotExist'. Fixes #1868.

Co-authored-by: Stian Soltvedt <stsol@fiskeridir.no>
This commit is contained in:
Soltvedt 2022-06-28 09:02:34 +00:00 committed by GitHub
parent 6d0117b662
commit ad320488b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -620,7 +620,7 @@ spec:
operator:
type: string
enum:
- DoesNotExists
- DoesNotExist
- Exists
- In
- NotIn

View File

@ -618,7 +618,7 @@ spec:
operator:
type: string
enum:
- DoesNotExists
- DoesNotExist
- Exists
- In
- NotIn