outline: migrate to envFrom with per-container InfisicalSecrets

All 31 env entries, secrets and literals alike, now live in Infisical under /outline/outline and /outline/postgres. Manifest rationale carried across as Infisical secret comments.
This commit is contained in:
2026-08-23 20:55:21 +02:00
parent 10545c03be
commit fccf9074d2
4 changed files with 56 additions and 107 deletions
@@ -31,24 +31,9 @@ spec:
volumeMounts:
- name: outline-postgres-data
mountPath: /var/lib/postgresql/data
env:
- name: PGDATA
value: "/var/lib/postgresql/data/pgdata"
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
name: outline-secrets
key: db_user
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: outline-secrets
key: db_password
- name: POSTGRES_DB
valueFrom:
secretKeyRef:
name: outline-secrets
key: db_name
envFrom:
- secretRef:
name: outline-postgres-secrets
volumes:
- name: outline-postgres-data
persistentVolumeClaim: