diff --git a/.sops.yml b/.sops.yaml similarity index 100% rename from .sops.yml rename to .sops.yaml diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 8ccd64b..61ffee2 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -1,3 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -#resources: \ No newline at end of file +resources: + - namespace.yaml + - matrix-postgres-auth.yaml \ No newline at end of file diff --git a/apps/production/matrix-postgres-auth.yaml b/apps/production/matrix-postgres-auth.yaml new file mode 100644 index 0000000..e69de29 diff --git a/apps/production/namespace.yaml b/apps/production/namespace.yaml new file mode 100644 index 0000000..fcf6495 --- /dev/null +++ b/apps/production/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: matrix \ No newline at end of file