k8s/apps/fireflyiii/db/kustomization.yaml

22 lines
422 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
2026-04-27 00:58:10 +00:00
- firefly-db-secrets.yaml
2026-04-26 06:18:40 +00:00
- ../../../infrastructure/modules/postgres-app
2026-04-26 06:27:17 +00:00
namespace: pg-databases
2026-04-27 00:58:10 +00:00
configMapGenerator:
- name: postgres-app-config
literals:
- APP_SECRET_NAME=firefly-db-secrets
2026-04-26 06:18:40 +00:00
patches:
- target:
kind: Job
name: postgres-init
patch: |
- op: replace
path: /metadata/name
value: postgres-init-firefly