fix(k8s): register secrets and postgres-patch in dev kustomization
Some checks failed
CI Pipeline / Frontend Lint, Test & Build (push) Has been cancelled
CI Pipeline / Infrastructure Validation (push) Has been cancelled
CI Pipeline / Backend Build & Test (push) Has been cancelled

This commit is contained in:
WorkClub Automation
2026-03-10 21:42:31 +01:00
parent 0a4d99b65b
commit b204f6aa32

View File

@@ -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