apps: fix config namings

This commit is contained in:
xeruf 2024-02-20 10:54:33 +01:00
parent 773f34880c
commit e4d111cecf
2 changed files with 3 additions and 5 deletions

View File

@ -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:

View File

@ -5,5 +5,5 @@ metadata:
namespace: stackspout
spec:
fields:
- fieldName: postgresql_password
- fieldName: postgresql_postgres_password
- fieldName: password
- fieldName: postgres-password