gomods / athens-charts

Helm charts for athens
https://gomods.github.io/athens-charts/
MIT License
10 stars 14 forks source link

Enable ability to modify pod security context #49

Closed jmehitch closed 9 months ago

jmehitch commented 9 months ago

We have some tight security restrictions in the k8s cluster we'd like to deploy athens-proxy, it would be helpful to be able to set custom securityContext configuration in the deployment template.

This should be fairly simple to achieve by adding a conditional block in the template and an extra value in the values file.

Note: I'm only creating this issue for visibiliy, I'm going to submit a PR for this over the next few days.