deploy/helm/README.md
This chart can be used to install ToolJet in a Kubernetes Cluster via Helm v3.
This setup is very rudimentary and comes with an included PostgreSQL server out of the box.
To install, follow these steps:
cd into this directoryhelm dependency updatevalues.yaml file (usernames & passwords, persistence, ...).helm install -n $NAMESPACE --create-namespace $RELEASE .tooljet pod and run npm run db:seed in the /app folder. You can now login with user [email protected] and password password.