-
Notifications
You must be signed in to change notification settings - Fork 4
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 quickstart for Postgres stable chart #5
Comments
I looked at using Postgres from the stable repo, but it doesn't look like it'll work with GCE, which I think most people are using to get up and running quickly, since it uses a generic persistent volume claim. |
@davejlong I was able to get this working in GCE. The
This resulted in:
|
New Helm developments allow sufficient conditionals to make this work just adding the database instead of documentation, and that seems the entirely better route. |
In the interests of getting a new user set up as quickly as possible, add a Quickstart to create a Postgres container to point Cog to.
The text was updated successfully, but these errors were encountered: