ppusher
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user