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