More istio bootstrap tweaks

This commit is contained in:
Stefan Reimer 2020-07-22 20:11:34 +01:00
parent c8381595f5
commit 9231f402f0
3 changed files with 1 additions and 8 deletions

View File

@ -3,8 +3,6 @@ kind: Gateway
metadata:
name: ingressgateway
namespace: istio-system
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
selector:
istio: ingressgateway
@ -35,8 +33,6 @@ kind: Gateway
metadata:
name: private-ingressgateway
namespace: istio-system
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
selector:
istio: private-ingressgateway

View File

@ -82,7 +82,7 @@ argo-cd:
configs:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if not .Values.bootstrap }}
{{- if and ( not .Values.bootstrap ) .Values.istio.enabled }}
istio:
enabled: {{ index .Values "argo-cd" "istio" "enabled" }}
gateway: private-ingressgateway.istio-system.svc.cluster.local

View File

@ -23,9 +23,6 @@ kiam:
istio:
enabled: false
istio-operator:
enabled: false
prometheus:
enabled: false