use correct way to define things

This commit is contained in:
Kjeld Schouten-Lebbing
2023-06-10 10:30:21 +02:00
committed by Kjeld Schouten
parent 5d8632de3b
commit fcaf139ddb

View File

@@ -71,9 +71,10 @@ spec:
inProgress: false
reusePVC: true
{{- with (include "tc.v1.common.lib.container.resources" (dict "rootCtx" $ "objectData" $values) | trim) }}
resources:
{{ include "tc.v1.common.lib.container.resources" (dict "rootCtx" $ "objectData" $values) | nindent 4 }}
{{- . | nindent 4 }}
{{- end }}
postgresql:
{{- tpl ( $values.postgresql | toYaml ) $ | nindent 4 }}