Bug Description
The values file for the helm chart allows you to specify the resources that should be used for the init container.
This value appears to be ignored, in favor of using the proxy resources
It looks like what may be happening is that the same resources template as the sidecar is called.
This template appears to only use .Values.global.proxy.resources, and will not respect .Values.global.proxy_init.resources
Version
This appears in the `master` branch.
Testing with chart version 1.13.4
kubectl Client Version: v1.23.0
Applying the chart using argo-cd v2.4.3, but it appears to be unrelated to the installation method.
Additional Information
No response
Bug Description
The values file for the helm chart allows you to specify the resources that should be used for the init container.
This value appears to be ignored, in favor of using the proxy resources
It looks like what may be happening is that the same resources template as the sidecar is called.
This template appears to only use
.Values.global.proxy.resources, and will not respect.Values.global.proxy_init.resourcesVersion
Additional Information
No response