You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,8 +145,10 @@ style resources and are not needed in an installation which uses the new
142
145
143
146
When Istio is enabled (`istio.enabled: true`), the Signadot Operator manipulates Istio VirtualServices by applying new HTTPRoutes where appropriate to direct traffic to sandboxed workloads. You can configure the operator to add labels and annotations to these objects when they are in use by the operator. Note that these labels and annotations are only added when the object comes into use. This can be useful for temporarily disabling CI sync, amongst other possibilities.
|`istio.additionalAnnotations`| Annotations to add to istio VirtualServices if not present |`{}`|
152
+
|`istio.additionalLabels`| Labels to add to istio VirtualServices if not present |`{}`|
153
+
|`istio.enableDeprecatedHostRouting`| Enable sandbox routing by matching the `VirtualService.host` field. **This feature has been deprecated**. |`false`|
0 commit comments