mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
add authentik connection crd
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { authentikClientDefinition } from './authentik-client/authentik-client.ts';
|
||||
import { authentikConnectionDefinition } from './authentik-connection/authentik-connection.ts';
|
||||
import { generateSecretDefinition } from './generate-secret/generate-secret.ts';
|
||||
import { postgresDatabaseDefinition } from './postgres-database/postgres-database.ts';
|
||||
|
||||
const customResources = [postgresDatabaseDefinition, authentikClientDefinition, generateSecretDefinition];
|
||||
const customResources = [
|
||||
postgresDatabaseDefinition,
|
||||
authentikClientDefinition,
|
||||
generateSecretDefinition,
|
||||
authentikConnectionDefinition,
|
||||
];
|
||||
|
||||
export { customResources };
|
||||
|
||||
Reference in New Issue
Block a user