fix(k8s): register secrets and postgres-patch in dev kustomization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user