-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: adds securityContexts (pod & container) #20
Conversation
1f99e75
to
aea8d1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend using the common.tplvalues.render
function instead of calling toYaml
directly
@sabre1041 can you please elaborate on that? I do not understand the benefits of |
@ChrisJBurns can you please rebase and run |
86bfdee
to
2c5ccba
Compare
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
953622b
to
fee32ef
Compare
@tumido @sabre1041 @vinzscam Rebased, addressed |
@tumido the partial basically wraps the functionality of Source: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_tplvalues.tpl#L11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Fix containerSecurityContext Apply actually `containerSecurityContext` instead of `podSecurityContext` (I assume this a bug introduced in #20). Signed-off-by: Patrik Fuhrmann <github@pinglf.com> * Bump the chart version Signed-off-by: Patrik Fuhrmann <github@pinglf.com> * Fix README Signed-off-by: Patrik Fuhrmann <github@pinglf.com> * Bump only patch version instead of minor Signed-off-by: Patrik Fuhrmann <github@pinglf.com> --------- Signed-off-by: Patrik Fuhrmann <github@pinglf.com>
Description of the change
.gitignore
to avoid chart dependencies and their.tgz
's being added and to ignore common MacOS filesChecklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.Signed-off-by: ChrisJBurns 29541485+ChrisJBurns@users.noreply.github.com