Skip to content

Commit

Permalink
Omit 'owner' field
Browse files Browse the repository at this point in the history
Signed-off-by: apriebeAVSystem <[email protected]>
  • Loading branch information
apriebeAVSystem authored Sep 19, 2024
1 parent e27fd17 commit cc9640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/_bootstrap.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bootstrap:
initdb:
{{- with .Values.cluster.initdb }}
{{- with (omit . "postInitApplicationSQL") }}
{{- with (omit . "postInitApplicationSQL" "owner") }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit cc9640e

Please sign in to comment.