add authentik namespace

This commit is contained in:
Vivian 2022-05-16 15:31:42 +02:00
parent e868a3e71e
commit 9abcaa80c7
4 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

View file

@ -3,3 +3,4 @@ kind: Kustomization
resources:
- networking
- presidential-paradise
- authentik

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: authentik

View file

@ -4,4 +4,5 @@ resources:
- presidential-paradise.yaml
- networking.yaml
- external-secrets.yaml
- authentik.yaml