apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - service-account.yaml helmCharts: - name: kubernetes-dashboard repo: https://kubernetes.github.io/dashboard version: 7.11.1 releaseName: authentik namespace: authentik valuesFile: values.yaml includeCRDs: true