15 lines
293 B
YAML
15 lines
293 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- fireflysecrets.yaml
|
|
- ../../../infrastructure/modules/postgres-app
|
|
|
|
patches:
|
|
- target:
|
|
kind: Job
|
|
name: postgres-init
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: postgres-init-firefly
|