Merge all Kubezero updates for end of July release #8

Merged
stefan merged 35 commits from master into stable 2020-07-27 21:28:55 +00:00
3 changed files with 1 additions and 8 deletions
Showing only changes of commit 9231f402f0 - Show all commits

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