This commit is contained in:
2026-05-20 18:35:23 +02:00
parent 82a081d6a3
commit 1808750c81
3 changed files with 35 additions and 5 deletions

View File

@@ -2,8 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- postgresql.yaml
# passwordpusher-db-secret-sealed.yaml must be created separately:
# 1. Create a Secret with keys: DATABASE_URL, pgusername, pgpassword
# (DATABASE_URL must be: postgresql://<pgusername>:<pgpassword>@passwordpusher-postgresql:5432/passwordpusher)
# 2. Seal it with kubeseal targeting the passwordpusher namespace
# 3. Add the resulting file here as a resource
- passwordpusher-db-secret-sealed.yaml
- passwordpusher-smtp-secret-sealed.yaml