diff --git a/charts/gitlab/charts/unicorn/templates/deployment.yaml b/charts/gitlab/charts/unicorn/templates/deployment.yaml index 1d15f9dc7884838a7e3def324c928e641ec64fe7..f36a9f54f1f5fff247da56cca491fb64c79fbaaf 100644 --- a/charts/gitlab/charts/unicorn/templates/deployment.yaml +++ b/charts/gitlab/charts/unicorn/templates/deployment.yaml @@ -62,6 +62,8 @@ spec: - name: dependencies image: "{{ .Values.image.repository }}:{{ coalesce .Values.image.tag (include "gitlab.versionTag" . ) }}" {{ template "gitlab.imagePullPolicy" . }} + resources: +{{ toYaml .Values.resources | indent 12 }} args: - /scripts/wait-for-deps env: