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

View File

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