Commit 2a19a1e3 authored by Carlos Leandro's avatar Carlos Leandro
Browse files

feat: add customized worker resources support

parent ce9831fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,6 +162,6 @@ items:
            {{- end}}
          {{- end }}
          resources:
{{ toYaml $.Values.resources | indent 12 }}
{{ $workerConfig.resources | default $.Values.resources | toYaml | indent 12 }}
{{- end -}}
{{- end -}}