---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [../../base/]
helmCharts:
  - includeCRDs: true
    name: traefik
    releaseName: traefik
    valuesFile: ./values/values.yaml
    version: 26.1.0
    namespace: traefik
    repo: https://traefik.github.io/charts