apps: fix config namings
This commit is contained in:
parent
773f34880c
commit
e4d111cecf
|
@ -5,6 +5,7 @@ metadata:
|
|||
namespace: stackspout
|
||||
data:
|
||||
values.yaml: |
|
||||
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
|
||||
n8n:
|
||||
encryption_key: "${encryption_key}"
|
||||
|
||||
|
@ -26,9 +27,6 @@ data:
|
|||
kubernetes.io/tls-acme: "true"
|
||||
hosts:
|
||||
- host: "${n8n_domain}"
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: n8n-tls
|
||||
hosts:
|
||||
|
|
|
@ -5,5 +5,5 @@ metadata:
|
|||
namespace: stackspout
|
||||
spec:
|
||||
fields:
|
||||
- fieldName: postgresql_password
|
||||
- fieldName: postgresql_postgres_password
|
||||
- fieldName: password
|
||||
- fieldName: postgres-password
|
||||
|
|
Loading…
Reference in New Issue