Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts/metabase add securityContext hooks #89

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

jhunterc15
Copy link

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.

This will allow users to specify thier own securityContext.

This adds hooks
@jhunterc15 jhunterc15 changed the title feat(metabase): add securityContext hooks Add securityContext hooks to metabase Nov 21, 2023
@jhunterc15 jhunterc15 changed the title Add securityContext hooks to metabase feat(metabase) add securityContext hooks Nov 21, 2023
@jhunterc15 jhunterc15 changed the title feat(metabase) add securityContext hooks charts/metabase add securityContext hooks Nov 21, 2023
@pmint93
Copy link
Owner

pmint93 commented Nov 23, 2023

@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 !

Joshua Cosgrove and others added 4 commits November 27, 2023 09:08
Renamed metabaseSecurityContext to securityContext and moved
cloudsqlSecurityContext to database.googleCloudSQL.securityContext
@pmint93 pmint93 linked an issue Nov 29, 2023 that may be closed by this pull request
@pmint93 pmint93 merged commit 261999d into pmint93:master Nov 29, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart doesn't allow pod securityContext
2 participants