diff --git a/postgres/config/databases/authentik.yaml b/postgres/config/databases/authentik.yaml new file mode 100644 index 0000000..8113d8c --- /dev/null +++ b/postgres/config/databases/authentik.yaml @@ -0,0 +1,9 @@ +apiVersion: postgresql.cnpg.io/v1 +kind: Database +metadata: + name: authentik +spec: + name: authentik + owner: authentik + cluster: + name: weyma-pgsql \ No newline at end of file