From 569e300b61c87e8c0ac49eaadda76dc8350bf6be Mon Sep 17 00:00:00 2001 From: j Date: Thu, 14 Aug 2025 01:03:22 +1000 Subject: [PATCH] Try to force a helm chart because argo things its git --- applications/40-authentik/authentik.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index 3968455..995eff8 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -10,6 +10,7 @@ spec: repoURL: "https://charts.goauthentik.io/" chart: "authentik" targetRevision: "2025.6.4" + type: "helm" helm: releaseName: "authentik" values: | @@ -23,7 +24,6 @@ spec: - secretName: wildcard-hxme-net hosts: - auth.hxme.net - valueFiles: [] valuesFrom: - kind: Secret name: authentik-values @@ -36,3 +36,4 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true +