added namespace
This commit is contained in:
parent
6144c6f6a4
commit
315c9864eb
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
- namespace.yaml
|
||||||
- clusters
|
- clusters
|
||||||
|
|
||||||
namespace: cnpg-system
|
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