testing if dependson works on jobs

This commit is contained in:
j37hr0 2026-04-27 11:08:25 +12:00
parent 8227012d38
commit 21d2ad58d8
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,8 @@ kind: Job
metadata: metadata:
name: postgres-init name: postgres-init
spec: spec:
dependsOn:
- name: infrastructure
template: template:
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure

View file

@ -3,6 +3,3 @@ kind: Kustomization
resources: resources:
- job.yaml - job.yaml
spec:
dependsOn:
- name: infrastructure