Files
homelab/k8s/core/authentik/kustomization.yaml
ab 3af6d98be8
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
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
2025-11-17 20:30:45 +00:00

19 lines
364 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: 2025.10.1
releaseName: authentik
namespace: authentik
valuesFile: values.yaml
includeCRDs: true