From 231cc31241eb5b763242e643d8bc6e0024801137 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 16 May 2022 15:31:42 +0200 Subject: [PATCH] add authentik namespace --- flux/cluster/apps/authentik/kustomization.yaml | 2 ++ flux/cluster/apps/kustomization.yaml | 1 + flux/cluster/core/namespaces/authentik.yaml | 5 +++++ flux/cluster/core/namespaces/kustomization.yaml | 1 + 4 files changed, 9 insertions(+) create mode 100644 flux/cluster/apps/authentik/kustomization.yaml create mode 100644 flux/cluster/core/namespaces/authentik.yaml diff --git a/flux/cluster/apps/authentik/kustomization.yaml b/flux/cluster/apps/authentik/kustomization.yaml new file mode 100644 index 00000000..4ea1bcca --- /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 b075bbef..190001b1 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 00000000..ae71e15e --- /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 5f33cedc..753e131b 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