Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
5c3b239094 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-02-03 23:55:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:55:05 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,10 @@ spec:
template:
type: Opaque
data:
postgres-password: "{{ .psql | trim }}"
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
postgres-password: |-
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc_pass }}
data:
- secretKey: psql
sourceRef:

View File

@@ -34,10 +34,8 @@ webhook:
redis:
enabled: true
existingEncryptionKeySecret: credentials
externalPostgresql:
existingSecret: credentials
existingSecret: postgres-password
host: "psql.psql.svc"
username: "n8n"
database: "n8n"