pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
75 stars 74 forks source link

charts/metabase add securityContext hooks #89

Closed jhunterc15 closed 11 months ago

jhunterc15 commented 12 months ago

This will allow users to specify their own securityContext.

I created separate hooks for metabase and cloudsql so that they can be different if the user wants them to be. Let me know if you like these changes and I can add them to the documentation as a part of this PR.

pmint93 commented 11 months ago

@jhunterc15 For cleaner values.yaml, I would like to ask you to move cloudsqlSecurityContext to database.googleCloudSQL.securityContext and rename metabaseSecurityContext to just securityContext

Thanks for contributing !