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

fix ISTIO config checking error

parent 59a2997a
No related branches found
No related tags found
1 merge request!117Upgrade vulnerable dependencies according to WhiteSource alerts
Pipeline #81754 failed
---
# Source: /devops/azure/chart/templates/virtual-service.yaml
{{- if .Values.istioDnsHost }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
......@@ -32,4 +33,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