We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842eedc commit 76edd6dCopy full SHA for 76edd6d
pkg/router/template/router.go
@@ -672,10 +672,10 @@ func (r *templateRouter) routeKey(route *routeapi.Route) string {
672
name := controller.GetSafeRouteName(route.Name)
673
674
// Namespace can contain dashes, so ${namespace}-${name} is not
675
- // unique, use an underscore instead - ${namespace}_${name} akin
+ // unique, use an underscore instead - ${namespace}:${name} akin
676
// to the way domain keys/service records use it ala
677
// _$service.$proto.$name.
678
- // Note here that underscore (_) is not a valid DNS character and
+ // Note here that colon (:) is not a valid DNS character and
679
// is just used for the key name and not for the record/route name.
680
// This also helps the use case for the key used as a router config
681
// file name.
0 commit comments