Files
homelab/k8s/core/authentik/kustomization.yaml
ab 521ba6c53f
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled
Update k8s/core/authentik/kustomization.yaml
2026-04-08 21:56:23 +00:00

20 lines
393 B
YAML

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