File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 683683 # #
684684 enabled : false
685685 # # @param controlplane.httpRoute.tls Indicate if tls is active for this route
686+ # #
686687 tls : false
687688 # # @param dex.httpRoute.annotations Additional annotations for the HTTPRoute resource
688689 # #
Original file line number Diff line number Diff line change @@ -608,10 +608,11 @@ controlplane:
608608 # # @param controlplane.httpRoute.enabled Enable HTTPRoute generation for controlplane
609609 # #
610610 enabled : false
611- # # @param controlplane.httpRoute.annotations Additional annotations for the HTTPRoute resource
612- # #
613611 # # @param controlplane.httpRoute.tls Indicate if tls is active for this route
612+ # #
614613 tls : false
614+ # # @param controlplane.httpRoute.annotations Additional annotations for the HTTPRoute resource
615+ # #
615616 annotations : {}
616617 # # @param controlplane.httpRoute.labels Additional labels for the HTTPRoute resource
617618 # #
@@ -1413,6 +1414,7 @@ cas:
14131414 # #
14141415 enabled : false
14151416 # # @param cas.httpRoute.tls Indicate if tls is active for this route
1417+ # #
14161418 tls : false
14171419 # # @param cas.httpRoute.annotations Additional annotations for the HTTPRoute resource
14181420 # #
@@ -1916,6 +1918,7 @@ dex:
19161918 redirectURL : http(s)://[controlplane http ingress]/auth/callback
19171919 httpRoute :
19181920 enabled : false
1921+ tls : false
19191922 hostnames :
19201923 - dex.[domain]
19211924 parentRefs : []
You can’t perform that action at this time.
0 commit comments