From 0fb612358a15f6d16aea96b345a44252ea8ffec8 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 27 Apr 2026 14:35:33 +1200 Subject: [PATCH] Fix secret name --- infrastructure/modules/postgres-app/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/postgres-app/job.yaml b/infrastructure/modules/postgres-app/job.yaml index 172177f..533f9ae 100644 --- a/infrastructure/modules/postgres-app/job.yaml +++ b/infrastructure/modules/postgres-app/job.yaml @@ -19,7 +19,7 @@ spec: - name: PGPASSWORD valueFrom: secretKeyRef: - name: pg-cluster-secrets + name: pg-cluster-root-password key: pg-cluster-root-password - name: APP_DB