Add namespace
This commit is contained in:
parent
b35900ee4a
commit
799059ad75
@ -1,5 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- git.yaml
|
- git.yaml
|
||||||
- release.yaml
|
- release.yaml
|
||||||
|
4
clank/platform/postgres/namespace.yaml
Normal file
4
clank/platform/postgres/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: postgres
|
Loading…
Reference in New Issue
Block a user