Skip to content
Snippets Groups Projects
Commit e7683eeb authored by Yauheni Lesnikau's avatar Yauheni Lesnikau
Browse files

add isIstio condition to azure virtual-service.yaml for non istio cases

parent 7660f7fe
No related branches found
No related tags found
2 merge requests!429Cosmos primary key Fix for MSI,!287remove record versions support for patch api
Pipeline #86475 failed
---
# Source: /devops/azure/chart/templates/virtual-service.yaml
{{- if .Values.istioDnsHost }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
......@@ -34,4 +35,5 @@ spec:
- PATCH
- DELETE
allowOrigins:
- prefix: "*"
\ No newline at end of file
- prefix: "*"
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment