apps: fix config namings
This commit is contained in:
parent
773f34880c
commit
e4d111cecf
|
@ -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:
|
||||||
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:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
spec:
|
spec:
|
||||||
fields:
|
fields:
|
||||||
- fieldName: postgresql_password
|
- fieldName: password
|
||||||
- fieldName: postgresql_postgres_password
|
- fieldName: postgres-password
|
||||||
|
|
Loading…
Reference in New Issue