From 539909b03f7cd348acb67d19e9ffb8c86a76f10a Mon Sep 17 00:00:00 2001 From: Yannick Dossou Date: Fri, 17 Nov 2023 11:26:09 +0100 Subject: [PATCH] Add 'annotations' field in the PostgresUser CRD The 'annotations' field was missing from the PostgresUser CRD, disabling the feature to add annotations to the secret --- .../crds/db.movetokube.com_postgresusers_crd.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/ext-postgres-operator/crds/db.movetokube.com_postgresusers_crd.yaml b/charts/ext-postgres-operator/crds/db.movetokube.com_postgresusers_crd.yaml index 8f2b2c2f..792d7fa4 100644 --- a/charts/ext-postgres-operator/crds/db.movetokube.com_postgresusers_crd.yaml +++ b/charts/ext-postgres-operator/crds/db.movetokube.com_postgresusers_crd.yaml @@ -39,6 +39,10 @@ spec: type: string secretName: type: string + annotations: + additionalProperties: + type: string + type: object required: - database - role