Skip to content

Commit

Permalink
Create egress gateway only if egress gateway is enabled (istio#16565)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored and istio-testing committed Aug 30, 2019
1 parent e2f9598 commit 04149f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ spec:
{{- end }}

{{- if .Values.global.multiCluster.enabled }}
{{- if (index .Values "istio-egressgateway" "enabled") }}
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
Expand Down Expand Up @@ -149,6 +150,7 @@ spec:
protocol: TLS
tls:
mode: AUTO_PASSTHROUGH
{{- end }}
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
Expand Down

0 comments on commit 04149f5

Please sign in to comment.