Skip to content

Commit

Permalink
Merge pull request #139 from erulabs/patch-1
Browse files Browse the repository at this point in the history
Use mergeOverwrite to allow overriding limits.cpu with null
  • Loading branch information
nepalez authored Jul 25, 2023
2 parents 150b536 + af22b72 commit f2ad7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgproxy/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.ht
{{- end -}}

{{- $custom := $.Values.resources.deployment.resources | default dict -}}
{{- merge $custom $default | toYaml -}}
{{- mergeOverwrite $default $custom | toYaml -}}
{{- end -}}

{{/* Combine ingress path from server.pathPrefix and ingress.pathSuffix */}}
Expand Down

0 comments on commit f2ad7c7

Please sign in to comment.