diff --git a/flux/cluster/apps/authentik/kustomization.yaml b/flux/cluster/apps/authentik/kustomization.yaml new file mode 100644 index 0000000..4ea1bcc --- /dev/null +++ b/flux/cluster/apps/authentik/kustomization.yaml @@ -0,0 +1,2 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization diff --git a/flux/cluster/apps/kustomization.yaml b/flux/cluster/apps/kustomization.yaml index b075bbe..190001b 100644 --- a/flux/cluster/apps/kustomization.yaml +++ b/flux/cluster/apps/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization resources: - networking - presidential-paradise + - authentik \ No newline at end of file diff --git a/flux/cluster/core/namespaces/authentik.yaml b/flux/cluster/core/namespaces/authentik.yaml new file mode 100644 index 0000000..ae71e15 --- /dev/null +++ b/flux/cluster/core/namespaces/authentik.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + name: authentik diff --git a/flux/cluster/core/namespaces/kustomization.yaml b/flux/cluster/core/namespaces/kustomization.yaml index 5f33ced..753e131 100644 --- a/flux/cluster/core/namespaces/kustomization.yaml +++ b/flux/cluster/core/namespaces/kustomization.yaml @@ -4,4 +4,5 @@ resources: - presidential-paradise.yaml - networking.yaml - external-secrets.yaml + - authentik.yaml