2026-04-07 06:53:07 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
2026-04-26 06:18:40 +00:00
|
|
|
- fireflysecrets.yaml
|
|
|
|
|
- ../../../infrastructure/modules/postgres-app
|
|
|
|
|
|
2026-04-26 06:27:17 +00:00
|
|
|
namespace: pg-databases
|
|
|
|
|
|
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
|