Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traefik v3 backwards v2 #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions traefik/cluster/crds/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
localize:
kustomize localize "https://github.com/traefik/traefik-helm-chart//traefik/crds?ref=62d7a9be592b552965fb690681b6f4f8865ce792" # valid for v2.10.3
rm localized-crds-62d7a9be592b552965fb690681b6f4f8865ce792/traefik/crds/traefik.io_* # remove the traefik.io CRD manifests
sd '\- traefik.io_.*\n' '' localized-crds-62d7a9be592b552965fb690681b6f4f8865ce792/traefik/crds/kustomization.yaml # remove from kustomization.yaml
kustomize localize "https://github.com/traefik/traefik-helm-chart//traefik/crds?ref=a429dd01418a0eeeb35a84019945e211148db69b" # valid for v3.0.0
1 change: 1 addition & 0 deletions traefik/cluster/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- localized-crds-62d7a9be592b552965fb690681b6f4f8865ce792/traefik/crds/
- localized-crds-a429dd01418a0eeeb35a84019945e211148db69b/traefik/crds/
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ resources:
- traefik.containo.us_tlsoptions.yaml
- traefik.containo.us_tlsstores.yaml
- traefik.containo.us_traefikservices.yaml
- traefik.io_ingressroutes.yaml
- traefik.io_ingressroutetcps.yaml
- traefik.io_ingressrouteudps.yaml
- traefik.io_middlewares.yaml
- traefik.io_middlewaretcps.yaml
- traefik.io_serverstransports.yaml
- traefik.io_tlsoptions.yaml
- traefik.io_tlsstores.yaml
- traefik.io_traefikservices.yaml

This file was deleted.

This file was deleted.

Loading