Skip to content

Commit eb418da

Browse files
authored
fix: update traefik middleware apiVersion (#704)
1 parent 9b69424 commit eb418da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Traefik expects a resource of "Middleware" type named "bouncer", which we will c
129129
Here is bouncer-middleware.yaml:
130130
131131
```yaml
132-
apiVersion: traefik.containo.us/v1alpha1
132+
apiVersion: traefik.io/v1alpha1
133133
kind: Middleware
134134
metadata:
135135
name: bouncer

0 commit comments

Comments
 (0)