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

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

parent 476ce139
No related branches found
No related tags found
1 merge request!238fix whitesource vulnerabilities for core and azure modules, remove spring boot parent from root pom
---
# 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