diff --git a/clank/platform/postgres/kustomization.yaml b/clank/platform/postgres/kustomization.yaml index 9328336..a622b76 100644 --- a/clank/platform/postgres/kustomization.yaml +++ b/clank/platform/postgres/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - namespace.yaml - git.yaml - release.yaml diff --git a/clank/platform/postgres/namespace.yaml b/clank/platform/postgres/namespace.yaml new file mode 100644 index 0000000..427794c --- /dev/null +++ b/clank/platform/postgres/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: postgres