diff --git a/charts/postgres-operator/crds/postgresqls.yaml b/charts/postgres-operator/crds/postgresqls.yaml index b8d3dcfdfdcb01dbc5e21d85d108cc353fa67280..d2ad89da6bb14a61e1712eb3977e96df3dd34d84 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 427b9533f8a0f601a4977b17cee96a777cbc29a1..b113c849f111e39a99ba4d33eda593d2b5f21a7a 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