Skip to content
Snippets Groups Projects

GONGR-6776 Remove no-istio modes

Merged Andriy Halka [EPAM / GCP] requested to merge GONGR-6776-remove_no-istio_modes into master
3 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
3
{{- if .Values.conf.istioEnabled }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
@@ -24,4 +23,3 @@ spec:
port:
number: 80
host: {{ printf "%s.%s.svc.cluster.local" .Values.conf.appName .Release.Namespace | quote }}
{{- end }}
Loading