From 9abcaa80c792a1e5dacabdfad910d5396c2c685a Mon Sep 17 00:00:00 2001 From: Victor 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 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