diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index de9d5c57e4..df0bfd3009 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -44,10 +44,10 @@ spec: {{- range .command }} - {{ . }} {{- end }} - {{- if .resources }} - resources: - {{- toYaml .resources | nindent 12 }} - {{- end }} + # {{- if .resources }} + # resources: + # {{- toYaml .resources | nindent 12 }} + # {{- end }} # {{- if $.Values.securityContext }} # securityContext: # {{- toYaml $.Values.securityContext | nindent 12 }}