From f54966500c2acc5f6005465087a620ea2bcd0985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 17 Nov 2022 14:23:11 +0100 Subject: [PATCH] Binanope --- apps/templates/authentik.yaml | 51 ----------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 apps/templates/authentik.yaml diff --git a/apps/templates/authentik.yaml b/apps/templates/authentik.yaml deleted file mode 100644 index a19c10b..0000000 --- a/apps/templates/authentik.yaml +++ /dev/null @@ -1,51 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: authentik - namespace: argo-cd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: authentik - project: default - source: - chart: authentik - helm: - values: | - - image: - repository: ghcr.io/goauthentik/server - tag: 2022.10.0 - - authentik: - error_reporting: - enabled: true - - envValueFrom: - AUTHENTIK_POSTGRESQL__PASSWORD: - secretKeyRef: - key: postgres-password - name: postgres-secret - - AUTHENTIK_SECRET_KEY: - secretKeyRef: - key: AUTHENTIK_SECRET_KEY - name: authentik-secret - - postgresql: - enabled: true - auth: - existingSecret: postgres-secret - redis: - enabled: true - - repoURL: https://charts.goauthentik.io - targetRevision: 2022.10.0 - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true