Skip to content
Snippets Groups Projects

Upgrade vulnerable dependencies according to WhiteSource alerts

Merged Dmitrii Gerashchenko requested to merge 6912-whitesource into master
Files
5
---
# Source: /devops/azure/chart/templates/virtual-service.yaml
{{- if .Values.istioDnsHost }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
@@ -31,4 +32,5 @@ spec:
- POST
- GET
allowOrigins:
- prefix: "*"
\ No newline at end of file
- prefix: "*"
{{- end }}
\ No newline at end of file
Loading