Skip to content

Commit

Permalink
Update multiple-ingress.md (#10704)
Browse files Browse the repository at this point in the history
Fixing a typo that can mislead people : it looks like the prefix k8s.io/ is automatically stripped from ingress-class parameter value (which is not the case)
  • Loading branch information
lboix authored Jan 4, 2024
1 parent e8439b9 commit 5a72a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/multiple-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- /nginx-ingress-controller
- '--election-id=ingress-controller-leader'
- '--controller-class=k8s.io/internal-ingress-nginx'
- '--ingress-class=k8s.io/internal-nginx'
- '--ingress-class=internal-nginx'
...
```

Expand Down

0 comments on commit 5a72a42

Please sign in to comment.