Skip to content

Commit ad32048

Browse files
luringensStian Soltvedt
andauthored
Fixes a typo in the CRD yaml files. (zalando#1941)
Replaces 'DoesNotExists' with 'DoesNotExist'. Fixes zalando#1868. Co-authored-by: Stian Soltvedt <[email protected]>
1 parent 6d0117b commit ad32048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ spec:
620620
operator:
621621
type: string
622622
enum:
623-
- DoesNotExists
623+
- DoesNotExist
624624
- Exists
625625
- In
626626
- NotIn

manifests/postgresql.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ spec:
618618
operator:
619619
type: string
620620
enum:
621-
- DoesNotExists
621+
- DoesNotExist
622622
- Exists
623623
- In
624624
- NotIn

0 commit comments

Comments
 (0)