diff --git a/infrastructure/modules/postgres-app/kustomization.yaml b/infrastructure/modules/postgres-app/kustomization.yaml index 0a7e7b6..69218df 100644 --- a/infrastructure/modules/postgres-app/kustomization.yaml +++ b/infrastructure/modules/postgres-app/kustomization.yaml @@ -3,4 +3,6 @@ kind: Kustomization resources: - job.yaml -dependsOn: infrastructure +spec: + dependsOn: + - name: infrastructure