2024-02-23 15:05:00 +00:00
|
|
|
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources: [../../base/]
|
|
|
|
helmCharts:
|
|
|
|
- includeCRDs: true
|
2024-02-23 15:10:44 +00:00
|
|
|
name: traefik
|
2024-02-23 15:05:00 +00:00
|
|
|
releaseName: traefik
|
|
|
|
valuesFile: ./values/values.yaml
|
|
|
|
version: 26.1.0
|
|
|
|
namespace: traefik
|
2024-02-23 15:14:13 +00:00
|
|
|
repo: https://traefik.github.io/charts
|