postgresql username und password + Version 1.8.6
This commit is contained in:
@@ -8,7 +8,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://community-charts.github.io/helm-charts'
|
repoURL: 'https://community-charts.github.io/helm-charts'
|
||||||
targetRevision: 1.8.7
|
targetRevision: 1.8.6
|
||||||
chart: n8n
|
chart: n8n
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -16,6 +16,10 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- name: postgresql.primary.persistence.enabled
|
- name: postgresql.primary.persistence.enabled
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: postgresql.auth.usename
|
||||||
|
value: "n8n"
|
||||||
|
- name: postgresql.auth.password
|
||||||
|
value: "n8n"
|
||||||
- name: minio.enabled
|
- name: minio.enabled
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: minio.persistence.enabled
|
- name: minio.persistence.enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user