Skip to content
Snippets Groups Projects
Commit e4d111ce authored by xeruf's avatar xeruf
Browse files

apps: fix config namings

parent 773f3488
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ metadata: ...@@ -5,6 +5,7 @@ metadata:
namespace: stackspout namespace: stackspout
data: data:
values.yaml: | values.yaml: |
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
n8n: n8n:
encryption_key: "${encryption_key}" encryption_key: "${encryption_key}"
...@@ -26,9 +27,6 @@ data: ...@@ -26,9 +27,6 @@ data:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: "${n8n_domain}" - host: "${n8n_domain}"
paths:
- path: /
pathType: Prefix
tls: tls:
- secretName: n8n-tls - secretName: n8n-tls
hosts: hosts:
......
...@@ -5,5 +5,5 @@ metadata: ...@@ -5,5 +5,5 @@ metadata:
namespace: stackspout namespace: stackspout
spec: spec:
fields: fields:
- fieldName: postgresql_password - fieldName: password
- fieldName: postgresql_postgres_password - fieldName: postgres-password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment