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:
parent
6d0117b662
commit
ad320488b0
|
|
@ -620,7 +620,7 @@ spec:
|
|||
operator:
|
||||
type: string
|
||||
enum:
|
||||
- DoesNotExists
|
||||
- DoesNotExist
|
||||
- Exists
|
||||
- In
|
||||
- NotIn
|
||||
|
|
|
|||
|
|
@ -618,7 +618,7 @@ spec:
|
|||
operator:
|
||||
type: string
|
||||
enum:
|
||||
- DoesNotExists
|
||||
- DoesNotExist
|
||||
- Exists
|
||||
- In
|
||||
- NotIn
|
||||
|
|
|
|||
Loading…
Reference in New Issue