rimusz / charts

Helm Charts for Kubernetes
MIT License
90 stars 70 forks source link

Add configurable securityContext to gcloud-sqlproxy #107

Closed gw0 closed 3 years ago

gw0 commented 3 years ago

What this PR does / why we need it: It adds an option to configure securityContext of gcloud-sqlproxy and makes it possible to run the containers as a non-privileged user (e.g. specify runAsUser, runAsGroup, fsGroup...).

Which issue this PR fixes: none

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

rimusz commented 3 years ago

Thank you for the PR 👍