From be66d180efe4eab1597aed637d1f95a78f1e415c Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:44:14 -0800 Subject: [PATCH] Update deployment template --- manifests/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/templates/deployment.yaml b/manifests/templates/deployment.yaml index 5bd751d2..5e2d8083 100644 --- a/manifests/templates/deployment.yaml +++ b/manifests/templates/deployment.yaml @@ -62,8 +62,10 @@ spec: - name: {{ .name }} mountPath: {{ .mountPath | quote }} {{- end }} + {{- with .Values.resources }} resources: - {{- toYaml .Values.resources | nindent 12 }} + {{ toYaml . | nindent 12 }} + {{- end }} volumes: - name: ssh-host-keys secret: