Files
homelab/k8s/core/authentik/kustomization.yaml
ab ef082982c6
Some checks are pending
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Waiting to run
Check with kubeconform / lint (push) Waiting to run
Auto-update README / Generate README and Create MR (push) Waiting to run
Update k8s/core/authentik/kustomization.yaml
2026-04-08 22:20:34 +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