diff --git a/imgproxy/templates/_helpers.tpl b/imgproxy/templates/_helpers.tpl index 3731b26..4746196 100644 --- a/imgproxy/templates/_helpers.tpl +++ b/imgproxy/templates/_helpers.tpl @@ -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 */}}