Skip to content
Snippets Groups Projects
Commit 06569243 authored by Dmitrii Gerashchenko's avatar Dmitrii Gerashchenko
Browse files

fix for istio config error during azure deployment

parent 9af46e34
No related branches found
No related tags found
1 merge request!176Upgrade vulnerable dependencies according to WhiteSource alerts
---
# Source: /devops/azure/chart/templates/virtual-service.yaml
{{- if .Values.istioDnsHost }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
......@@ -33,4 +34,5 @@ spec:
- PUT
- 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