Fix Traefik Middleware API version from traefik.containo.us to traefik.io
The cluster has traefik.io/v1alpha1 CRD installed, not traefik.containo.us/v1alpha1. This change fixes Argo CD sync failures. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
4f4d2347c3
commit
09fc8bf9ae
1 changed files with 1 additions and 1 deletions
2
k8s/30-ingress.yaml
Normal file → Executable file
2
k8s/30-ingress.yaml
Normal file → Executable file
|
|
@ -38,7 +38,7 @@ spec:
|
|||
number: 80
|
||||
---
|
||||
# Redirect www to non-www
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: redirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue