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