Files
homelab/k8s/core/authentik/kustomization.yaml
AB-UK 49effccc3a
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
Fix authentik
2026-03-11 17:04:52 +00:00

19 lines
363 B
YAML

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