-
Notifications
You must be signed in to change notification settings - Fork 169
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
helm chart custom values input #230
Comments
Hi @tiina303, |
Thanks for the info. It would be awesome for DigitalOcean to support this. In our other deployment options (gcp marketplace and Heroku) we are using user provided parameters. |
This would be 10/10 awesome if you did support it. |
@tiina303 thanks for this feedback. Related to:
Can you elaborate on that one? I think I understand what you mean but I wanted to make sure I was clear. Thanks! |
I mentioned password reset, let me elaborate a bit on that: I have a somewhat parameters related question: where is the |
For the email example, this is basically to help us avoid moving those configs into the database which we'd like to avoid. It's not a deal breaker, but very nice to have. As for the hostname, this is more critical. That is for the helm chart and needs to be defined at creation. We really want this to be as turn key as possible with TLS. The only way we can do that is by having the user provide the domain name at creation so that we can configure let's encrypt to grab a cert for that domain once the IP of the LB is setup on it. If there is a better way for us to go about this let us know! We just want to push everyone towards TLS as much as possible. |
Hi, is there's any chance providing parameters will be possible in the near future? I'm following up because doing the TLS steps manually is significantly more complicated compared to if our users could provide a single string parameter (see https://posthog.com/docs/self-host/deploy/digital-ocean#securing-your-1-click-install) and we regularly get questions where something went wrong. |
Hi, I’m trying to bring Posthog to the marketplace via a helm chart.
Minimally for Posthog to work nicely I’d need:
I saw these two issues:
Since our charts repo is open source anyone could use that directly already to create the k8s cluster on DigitalOcean, customize their values file & deploy via helm. But I’d love to have a 1-click deployment via marketplace, I’m just not sure how to get these two parameters from users.
The text was updated successfully, but these errors were encountered: