added namespace
This commit is contained in:
parent
6144c6f6a4
commit
315c9864eb
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
- namespace.yaml
|
||||
- clusters
|
||||
|
||||
namespace: cnpg-system
|
||||
|
|
|
|||
4
infrastructure/databases/cloudnative-pg/namepsace.yaml
Normal file
4
infrastructure/databases/cloudnative-pg/namepsace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cnpg-system
|
||||
Loading…
Reference in a new issue