Skip to content

Commit

Permalink
fix: change Traefik CRD group to the one introduced in v23
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Nov 10, 2023
1 parent 9add5cb commit 304f010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/traefik/templates/redirection-middleware.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- range $key, $value := index $.Values "traefik" "middlewares" "redirections" }}
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ $key }}
Expand Down

0 comments on commit 304f010

Please sign in to comment.