From 17106f96fbfc96da117ae11a8abf019358d5b95a Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 23 Jul 2026 11:15:47 +0200 Subject: [PATCH] update crd in charts dir --- charts/postgres-operator/crds/postgresqls.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/postgres-operator/crds/postgresqls.yaml b/charts/postgres-operator/crds/postgresqls.yaml index 4d534c16e..0e3558638 100644 --- a/charts/postgres-operator/crds/postgresqls.yaml +++ b/charts/postgres-operator/crds/postgresqls.yaml @@ -457,6 +457,7 @@ spec: envFrom: items: description: EnvFromSource represents the source of a set of ConfigMaps + or Secrets properties: configMapRef: description: The ConfigMap to select from @@ -476,8 +477,9 @@ spec: type: object x-kubernetes-map-type: atomic prefix: - description: An optional identifier to prepend to each key in - the ConfigMap. Must be a C_IDENTIFIER. + description: |- + Optional text to prepend to the name of each environment variable. + May consist of any printable ASCII characters except '='. type: string secretRef: description: The Secret to select from @@ -498,7 +500,6 @@ spec: x-kubernetes-map-type: atomic type: object type: array - x-kubernetes-list-type: atomic initContainers: items: description: A single application container that you want to run