-
Notifications
You must be signed in to change notification settings - Fork 93
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
Update docs for cloud deployment using helm
.
#255
Conversation
Signed-off-by: MUzairS15 <[email protected]>
Signed-off-by: MUzairS15 <[email protected]>
Signed-off-by: MUzairS15 <[email protected]>
Signed-off-by: MUzairS15 <[email protected]>
✅ Deploy Preview for bejewelled-pegasus-b0ce81 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Cloud Self Hosted Deployment
using helm
.helm
.
Thank you for your contribution @MUzairS15, |
|
||
##### 1. Install Postgres database | ||
|
||
```bash | ||
helm install -f ./install/postgresql/values.yaml postgres ./install/postgresql -n <namespace> | ||
helm repo add bitnami https://charts.bitnami.com/bitnami |
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.
@MUzairS15, point of clarification - this change has nothing to do with pgcron, right? We just have the wrong instructions posted currently, right?
@sangramrath, FYI
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.
@sangramrath, should we be looking at using CloudNativePG here?
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.
@MUzairS15 can this be included as a sub-chart? Or would doing so hinder upgrades?
Signed-off-by: Lee Calcote <[email protected]>
Notes for Reviewers
This PR fixes #
Signed commits