Files
homelab/k8s/core/authentik/kustomization.yaml
Ultradesu 5fc2707f96
Some checks failed
Check with kubeconform / lint (push) Has been cancelled
Added https redirect traefik middleware
2025-04-16 22:07:06 +03:00

18 lines
339 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- external-secrets.yaml
- https-middleware.yaml
helmCharts:
- name: authentik
repo: https://charts.goauthentik.io
version: 2025.2.3
releaseName: authentik
namespace: authentik
valuesFile: values.yaml
includeCRDs: true