mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
lot more stuff
This commit is contained in:
17
src/custom-resouces/custom-resources.ts
Normal file
17
src/custom-resouces/custom-resources.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { authentikServerDefinition } from './authentik-server/authentik-server.ts';
|
||||
import { domainServiceDefinition } from './domain-service/domain-service.ts';
|
||||
import { domainDefinition } from './domain/domain.ts';
|
||||
import { postgresConnectionDefinition } from './postgres-connection/postgres-connection.ts';
|
||||
import { postgresDatabaseDefinition } from './postgres-database/postgres-database.ts';
|
||||
import { redisConnectionDefinition } from './redis-connection/redis-connection.ts';
|
||||
|
||||
const customResources = [
|
||||
domainDefinition,
|
||||
domainServiceDefinition,
|
||||
postgresConnectionDefinition,
|
||||
postgresDatabaseDefinition,
|
||||
redisConnectionDefinition,
|
||||
authentikServerDefinition,
|
||||
];
|
||||
|
||||
export { customResources };
|
||||
Reference in New Issue
Block a user