We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b41d6 commit f5755b9Copy full SHA for f5755b9
charts/ext-postgres-operator/templates/operator.yaml
@@ -54,6 +54,10 @@ spec:
54
- name: {{ $key }}
55
value: {{ $value | quote }}
56
{{- end }}
57
+ {{- if .Values.resources }}
58
+ resources:
59
+ {{- toYaml .Values.resources | nindent 12 }}
60
+ {{- end }}
61
{{- if .Values.volumeMounts }}
62
volumeMounts:
63
{{- toYaml .Values.volumeMounts | nindent 12 }}
0 commit comments