mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
Update README.md
This commit is contained in:
@@ -1,2 +1,24 @@
|
||||
# n8n-chart
|
||||
Helm Chart for n8n.io
|
||||
|
||||
## install
|
||||
we use the new OCI registery,
|
||||
so install is simple.
|
||||
|
||||
```bash
|
||||
export HELM_EXPERIMENTAL_OCI=1
|
||||
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.1.0
|
||||
```
|
||||
example values:
|
||||
```yaml
|
||||
n8n:
|
||||
auth:
|
||||
enabled: true
|
||||
username: "n8n"
|
||||
password: "N8nPassW0r$"
|
||||
|
||||
postgresql:
|
||||
postgresqlPassword: "N8nPassW0r$"
|
||||
```
|
||||
|
||||
see [values.yaml](./n8n/values.yaml)
|
||||
|
||||
Reference in New Issue
Block a user