Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c3b239094 |
@@ -10,8 +10,10 @@ spec:
|
|||||||
template:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
postgres-password: "{{ .psql | trim }}"
|
postgres-password: |-
|
||||||
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
|
{{ .psql }}
|
||||||
|
N8N_ENCRYPTION_KEY: |-
|
||||||
|
{{ .enc_pass }}
|
||||||
data:
|
data:
|
||||||
- secretKey: psql
|
- secretKey: psql
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
@@ -34,10 +34,8 @@ webhook:
|
|||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
existingEncryptionKeySecret: credentials
|
|
||||||
|
|
||||||
externalPostgresql:
|
externalPostgresql:
|
||||||
existingSecret: credentials
|
existingSecret: postgres-password
|
||||||
host: "psql.psql.svc"
|
host: "psql.psql.svc"
|
||||||
username: "n8n"
|
username: "n8n"
|
||||||
database: "n8n"
|
database: "n8n"
|
||||||
|
|||||||
Reference in New Issue
Block a user