Andy Jeffries
Andy Jeffries
However, I'm not 100% sold on `resource.sh` and `resources` as these may be confusing with Kubernetes resources. This is really just an issue to track the considerations and plan.
Hi @Lazarus404, thanks for your thoughts. Another user @hazsetata has asked for functionality to be able to prompt users for values during the install for another application, so we need/want...
Sorry, I think you may have missed something @rhyspowell. We have a use @alejandrojnm that wants to make this chart, but it needs a PostgreSQL database. Whether he uses Helm...
Let me explain another way. I want users to be able to join #KUBE100 or just use the service when it comes out and think "Hmmm, Hasura looks cool -...
The echo/read/prompt bit is what doesn't work - the scripts execute on the k3s cluster itself, so you don't get to prompt the user for anything as it installs. We...
@Lazarus404 we could do that, but the only secret in the Postgres Application (Application is a Marketplace Application, compared on the underlying application itself) is the root authentication credentials, which...
I think I'm still missing something @rhyspowell. So if you do: ``` helm install --name harsurapostgres --set postgresqlUsername=harsura,postgresqlPassword=$hasura_pw,postgresqlDatabase=hasura, ``` How would it create the database and user/password in PostgreSQL, without...
> That command does it for you, create the user hasura, the password as set from the variable and the database harusa, the chart does it all for you. I...
I think maybe the best bet might for me to implement what I'm suggesting, and then I can share the code of how it works/hangs together for Marketplace Application developers.
I like the idea for using a Kubernetes Operator, however, how would the KubeDB operator know the credentials? Would you bundle say the MySQL operator with MariaDB - or have...