We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcced0f commit 5c7c48eCopy full SHA for 5c7c48e
README.md
@@ -16,20 +16,21 @@ Features:
16
17
The plugin needs to be configured in the Traefik static configuration before it can be used.
18
19
-### Installation with Helm
+### Kubernetes
20
21
Tested with [official Traefik chart](https://artifacthub.io/packages/helm/traefik/traefik) version 26.0.0.
22
23
The following snippet should be added to `values.yaml`:
24
25
```yaml
26
-plugins:
27
- jwt:
28
- moduleName: github.com/traefik-plugins/traefik-jwt-plugin
29
- version: v0.7.1
+experimental:
+ plugins:
+ jwt:
+ moduleName: github.com/traefik-plugins/traefik-jwt-plugin
30
+ version: v0.7.1
31
```
32
-### Installation via command line
33
+### Command line
34
35
```sh
36
traefik \
0 commit comments