Skip to content
Snippets Groups Projects
Commit f3f86355 authored by Dmitrii Gerashchenko's avatar Dmitrii Gerashchenko Committed by David Diederich
Browse files

fix ISTIO config checking error

(cherry picked from commit de7f6da2)
parent b6bac968
No related branches found
No related tags found
1 merge request!124Cherry-pick log4j fixes into release/0.12
---
# 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