Add postgresql namespace to yc-k8s-test-02
This commit is contained in:
parent
fb0c82dff2
commit
d2993c5b82
@ -12,6 +12,7 @@ resources:
|
||||
- ../../../infrastructure/kafka
|
||||
- ../../../infrastructure/redis
|
||||
- ../../../infrastructure/camunda
|
||||
- ./postgresql-namespace.yaml
|
||||
- ../../../infrastructure/postgresql
|
||||
- ../../../infrastructure/zitadel
|
||||
- ../../../infrastructure/keycloak
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: postgresql
|
||||
Loading…
Reference in New Issue
Block a user