charts icon indicating copy to clipboard operation
charts copied to clipboard

fix(vertical-pod-autoscaler): explicitly set `podSecurityContext.runAsGroup`

Open Gacko opened this issue 7 months ago • 0 comments

This PR explicitly sets the runAsGroup of the VPA components.

According to the Kubernetes API reference the runAsGroup defaults to the runtime default if not set. In reality this might be the runAsUser ID, but it doesn't have to.

Gacko avatar Jul 03 '24 15:07 Gacko