diff --git a/ci/helm-chart/templates/deployment.yaml b/ci/helm-chart/templates/deployment.yaml index f137a9d2a..b8762e06e 100644 --- a/ci/helm-chart/templates/deployment.yaml +++ b/ci/helm-chart/templates/deployment.yaml @@ -44,6 +44,10 @@ spec: volumeMounts: - name: data mountPath: /home/coder + {{- if .Values.initResources }} + resources: + {{- toYaml .Values.initResources | nindent 10 }} + {{- end }} {{- if .Values.extraInitContainers }} {{ tpl .Values.extraInitContainers . | indent 6}} {{- end }}