From b204f6aa3270f2c540fb9e914188661daa772cee Mon Sep 17 00:00:00 2001 From: WorkClub Automation Date: Tue, 10 Mar 2026 21:42:31 +0100 Subject: [PATCH] fix(k8s): register secrets and postgres-patch in dev kustomization --- infra/k8s/overlays/dev/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/k8s/overlays/dev/kustomization.yaml b/infra/k8s/overlays/dev/kustomization.yaml index 587c3e6..0661b92 100644 --- a/infra/k8s/overlays/dev/kustomization.yaml +++ b/infra/k8s/overlays/dev/kustomization.yaml @@ -3,6 +3,7 @@ kind: Kustomization resources: - ../../base + - secrets.yaml namespace: workclub-dev @@ -32,3 +33,7 @@ patches: target: kind: Deployment name: workclub-frontend + - path: patches/postgres-patch.yaml + target: + kind: StatefulSet + name: workclub-postgres