Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
6ae2d13070 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:52:39

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

View File

@@ -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:
@@ -24,7 +26,7 @@ spec:
metadataPolicy: None metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value property: fields[13].value
- secretKey: enc_pass - secretKey: enc-pass
sourceRef: sourceRef:
storeRef: storeRef:
name: vaultwarden-login name: vaultwarden-login
@@ -34,4 +36,4 @@ spec:
decodingStrategy: None decodingStrategy: None
metadataPolicy: None metadataPolicy: None
key: 18c92d73-9637-4419-8642-7f7b308460cb key: 18c92d73-9637-4419-8642-7f7b308460cb
property: fields[0].value property: fields[0].value

View File

@@ -35,7 +35,7 @@ redis:
enabled: true enabled: true
externalPostgresql: externalPostgresql:
existingSecret: credentials existingSecret: postgres-password
host: "psql.psql.svc" host: "psql.psql.svc"
username: "n8n" username: "n8n"
database: "n8n" database: "n8n"