From 05a2c70e624fc0223a78f52a774ba898ebfd56fc Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Wed, 3 Jan 2024 22:58:18 -0800 Subject: [PATCH] Postgres users still had field called template not secretTemplate When trying to update the entry, its failing to decode `strict decoding error: unknown field "spec.secretTemplate"` --- .../crds/db.movetokube.com_postgresusers_crd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 475d86b5..1d9a5355 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 @@ -43,7 +43,7 @@ spec: type: string secretName: type: string - template: + secretTemplate: additionalProperties: type: string type: object