Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot
766adc0760 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 51s
Generated by CI/CD workflow on 2026-02-03 23:44:52

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:44:52 +00:00
ab
3157b0c325 Update k8s/apps/n8n/external-secrets.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-02-03 23:44:31 +00:00

View File

@@ -2,18 +2,20 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: postgres-password
name: credentials
spec:
target:
name: postgres-password
name: credentials
deletionPolicy: Delete
template:
type: Opaque
data:
postgres-password: |-
{{ .n8n }}
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc-pass }}
data:
- secretKey: n8n
- secretKey: psql
sourceRef:
storeRef:
name: vaultwarden-login
@@ -24,5 +26,14 @@ spec:
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value
- secretKey: enc-pass
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
conversionStrategy: Default
decodingStrategy: None
metadataPolicy: None
key: 18c92d73-9637-4419-8642-7f7b308460cb
property: fields[0].value