13 lines
270 B
YAML
13 lines
270 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- namespaces.yaml
|
||
|
|
helmCharts:
|
||
|
|
- name: traefik
|
||
|
|
namespace: traefik
|
||
|
|
includeCRDs: true
|
||
|
|
releaseName: traefik
|
||
|
|
repo: https://traefik.github.io/charts
|
||
|
|
version: 39.0.7
|
||
|
|
valuesFile: values.yaml
|