From 33b6f9854451316065b5ec7a260f44e45d4a7392 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 27 Apr 2026 10:57:28 +1200 Subject: [PATCH] fixed --- infrastructure/modules/postgres-app/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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