Skip to content

Commit 454ac6e

Browse files
authored
[docs] Fix ingress example in docs)
1 parent f21ed8d commit 454ac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/operations/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Beyond the example above the Operator understands other template formats too:
8080
**Simple domain based routing:**
8181
```yaml
8282
ingress:
83-
template: "{{name}}.{{namespace}}.flink.k8s.io"
83+
template: "{{name}}.{{namespace}}.flink.k8s.io/"
8484
```
8585
This example requires that anything `*.flink.k8s.io` must be routed to the Ingress Controller with a wildcard DNS entry:
8686
```shell

0 commit comments

Comments
 (0)