searxng: migrate to envFrom; move remaining literals into Infisical
Non-secret config now lives in Infisical alongside the secrets, so containers carry envFrom only and no loose env entries.
This commit is contained in:
@@ -34,9 +34,6 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: zipline-postgres-secrets
|
||||
env:
|
||||
- name: PGDATA
|
||||
value: /var/lib/postgres/data
|
||||
volumes:
|
||||
- name: zipline-postgresql-database
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user