fix(k8s): register secrets and postgres-patch in dev kustomization
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
- secrets.yaml
|
||||||
|
|
||||||
namespace: workclub-dev
|
namespace: workclub-dev
|
||||||
|
|
||||||
@@ -32,3 +33,7 @@ patches:
|
|||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: workclub-frontend
|
name: workclub-frontend
|
||||||
|
- path: patches/postgres-patch.yaml
|
||||||
|
target:
|
||||||
|
kind: StatefulSet
|
||||||
|
name: workclub-postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user