More istio bootstrap tweaks
This commit is contained in:
parent
fbe34ddad2
commit
9aff2d271a
@ -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
|
||||
|
@ -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
|
||||
|
@ -23,9 +23,6 @@ kiam:
|
||||
istio:
|
||||
enabled: false
|
||||
|
||||
istio-operator:
|
||||
enabled: false
|
||||
|
||||
prometheus:
|
||||
enabled: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user