From ad320488b065a3c89dee2873df2f8bed3f6be88f Mon Sep 17 00:00:00 2001 From: Soltvedt Date: Tue, 28 Jun 2022 09:02:34 +0000 Subject: [PATCH] Fixes a typo in the CRD yaml files. (#1941) Replaces 'DoesNotExists' with 'DoesNotExist'. Fixes #1868. Co-authored-by: Stian Soltvedt --- charts/postgres-operator/crds/postgresqls.yaml | 2 +- manifests/postgresql.crd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgres-operator/crds/postgresqls.yaml b/charts/postgres-operator/crds/postgresqls.yaml index b8d3dcfdf..d2ad89da6 100644 --- a/charts/postgres-operator/crds/postgresqls.yaml +++ b/charts/postgres-operator/crds/postgresqls.yaml @@ -620,7 +620,7 @@ spec: operator: type: string enum: - - DoesNotExists + - DoesNotExist - Exists - In - NotIn diff --git a/manifests/postgresql.crd.yaml b/manifests/postgresql.crd.yaml index 427b9533f..b113c849f 100644 --- a/manifests/postgresql.crd.yaml +++ b/manifests/postgresql.crd.yaml @@ -618,7 +618,7 @@ spec: operator: type: string enum: - - DoesNotExists + - DoesNotExist - Exists - In - NotIn