-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add postgres helm chart as dependency #203
Conversation
07a4b53
to
48cac9c
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.
There's the annoying issue about the huge_pages=off
setting in some deployments :-/ Is it worth it to add the details to some of the readme files?
Can you elaborate? |
There's some info on this issue here: bitnami/charts#7901 |
03a7152
to
d5d3d84
Compare
Description
This adds the bitnami postgres chart to Lumigator. It vendors (commits) the subchart for easy install (no
helm dep
required)This installs postgres by default when installing via helm for kubernetes.
This does not allow for passing in an existing postgres installation, that option will be added in a future PR.
Other cleanup:
This cleans up old postgres vars present in the code but unused
To test
cw-values.yaml
Testing