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 f21ed8d commit 454ac6eCopy full SHA for 454ac6e
docs/content/docs/operations/ingress.md
@@ -80,7 +80,7 @@ Beyond the example above the Operator understands other template formats too:
80
**Simple domain based routing:**
81
```yaml
82
ingress:
83
- template: "{{name}}.{{namespace}}.flink.k8s.io"
+ template: "{{name}}.{{namespace}}.flink.k8s.io/"
84
```
85
This example requires that anything `*.flink.k8s.io` must be routed to the Ingress Controller with a wildcard DNS entry:
86
```shell
0 commit comments