1# -- Controls if Linkerd should install the Gateway API CRDs. This value acts
2# as a default and can be overridden by the more specific `enable*Routes`
4installGatewayAPI: false
5# -- Controls if Linkerd should install the Gateway API HTTPRoutes and
6# GRPCRoutes CRDs. If unspecified, the value of `installGatewayAPI` is used.
7# enableHttpRoutes: false
8# -- Controls if Linkerd should install the Gateway API TLSRoutes CRD. If
9# unspecified, the value of `installGatewayAPI` is used.
10# enableTlsRoutes: false
11# -- Controls if Linkerd should install the Gateway API TCPRoutes CRD. If
12# unspecified, the value of `installGatewayAPI` is used.
13# enableTcpRoutes: false