Skip to content

Commit 5145a05

Browse files
authored
fix: knative domain-template (#1738)
1 parent 6783cbb commit 5145a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

values/knative/knative-serving-cr.gotmpl

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
defaults:
1818
revision-timeout-seconds: "300" # 5 minutes
1919
enable-service-links: "false"
20+
network:
2021
domain-template: "{{`{{.Name}}`}}-{{`{{.Namespace}}`}}.{{`{{.Domain}}`}}"
2122
autoscaler:
2223
stable-window: 600s

0 commit comments

Comments
 (0)