mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 08:09:20 -03:00
use correct way to define things
This commit is contained in:
committed by
Kjeld Schouten
parent
5d8632de3b
commit
fcaf139ddb
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user