Add namespace

This commit is contained in:
Kasper Juul Hermansen 2022-05-14 21:52:43 +02:00
parent b35900ee4a
commit 799059ad75
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- git.yaml
- release.yaml

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: postgres