From d41163578a163b0295d8c18ff07f7e99c506ae1a Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 22 Dec 2025 23:20:38 +0100 Subject: [PATCH] add authentik operator --- .../charts/operators/templates/authentik.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 foundation/charts/operators/templates/authentik.yaml diff --git a/foundation/charts/operators/templates/authentik.yaml b/foundation/charts/operators/templates/authentik.yaml new file mode 100644 index 0000000..2c4822c --- /dev/null +++ b/foundation/charts/operators/templates/authentik.yaml @@ -0,0 +1,25 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: authentik-operator + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: foundation + server: https://kubernetes.default.svc + project: foundation + source: + repoURL: https://mortenolsen.pro/homelab-authentik-operator/ + targetRevision: 0.0.2 + chart: authentik-operator + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - ServerSideApply=true + - ApplyOutOfSyncOnly=true + - CreateNamespace=true