Skip to content

Commit

Permalink
Change apiVersion to updated group
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuronButter committed Sep 27, 2024
1 parent c97a5c2 commit 895e36e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ See [#396](https://github.com/traefik/traefik-helm-chart/issues/396) for more de
Once the provider is ready, it can be used in an `IngressRoute`:

```yaml
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: [...]
Expand All @@ -502,6 +502,8 @@ spec:
certResolver: letsencrypt
```

:information_source: Change `apiVersion` to `traefik.containo.us/v1alpha1` for charts prior to v28.0.0

See [the list of supported providers](https://doc.traefik.io/traefik/https/acme/#providers) for others.

## Example with CloudFlare
Expand Down

0 comments on commit 895e36e

Please sign in to comment.