From cc9640eeb39a771a23d0e6f172be713b47759fe7 Mon Sep 17 00:00:00 2001 From: apriebeAVSystem Date: Thu, 19 Sep 2024 17:51:45 +0200 Subject: [PATCH] Omit 'owner' field Signed-off-by: apriebeAVSystem --- charts/cluster/templates/_bootstrap.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster/templates/_bootstrap.tpl b/charts/cluster/templates/_bootstrap.tpl index 2b1eb8a1c..aea7d9429 100644 --- a/charts/cluster/templates/_bootstrap.tpl +++ b/charts/cluster/templates/_bootstrap.tpl @@ -3,7 +3,7 @@ bootstrap: initdb: {{- with .Values.cluster.initdb }} - {{- with (omit . "postInitApplicationSQL") }} + {{- with (omit . "postInitApplicationSQL" "owner") }} {{- . | toYaml | nindent 4 }} {{- end }} {{- end }}