cowboysysop / charts

Cowboy Sysop Charts
MIT License
113 stars 68 forks source link

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

Closed Gacko closed 1 week ago

Gacko commented 1 week ago

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.

sebastien-prudhomme commented 1 week ago

Thanks for the PR!