# /infrastructure/prod/traefik/kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base/traefik - release.yaml configMapGenerator: - name: traefik-prod-values namespace: traefik files: - values.yaml patchesStrategicMerge: - release.yaml