Skip to content

Commit f5755b9

Browse files
François Blondelpcallewaert
François Blondel
authored andcommitted
fix: add forgotten resources to deployment
Signed-off-by: François Blondel <[email protected]>
1 parent 28b41d6 commit f5755b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/ext-postgres-operator/templates/operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ spec:
5454
- name: {{ $key }}
5555
value: {{ $value | quote }}
5656
{{- end }}
57+
{{- if .Values.resources }}
58+
resources:
59+
{{- toYaml .Values.resources | nindent 12 }}
60+
{{- end }}
5761
{{- if .Values.volumeMounts }}
5862
volumeMounts:
5963
{{- toYaml .Values.volumeMounts | nindent 12 }}

0 commit comments

Comments
 (0)