commit 07607c8b2964a5150c54be852fbccafbe0b9fef6 parent f9474740d1346812edffe2013c694efd95990ae3 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:15:34 +0200 Prepare authentik Diffstat:
| A | apps/talos_cluster/namespaces/authentik.yaml | | | 4 | ++++ |
| M | apps/talos_cluster/namespaces/kustomization.yaml | | | 1 | + |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/namespaces/authentik.yaml b/apps/talos_cluster/namespaces/authentik.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: authentik diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization resources: - envoy.yaml - monitoring.yaml + - authentik.yaml