home-server/applications/40-authentik/authentik.yaml

24 lines
494 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.goauthentik.io/"
chart: "authentik"
targetRevision: "2025.6.4"
type: "helm"
helm:
releaseName: "authentik"
destination:
server: "https://kubernetes.default.svc"
namespace: home-server
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true