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 5302 additions and 7 deletions
Showing only changes of commit d5ee713f73 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -16,3 +16,6 @@ rm -rf istio-${ISTIO_VERSION}
# Apply our patch
patch -i istio-operator.patch -p3
# Extract base / CRDs from istioctl into plain manifest to workaround chicken egg problem with CRDs
istioctl manifest generate --set profile=empty --set components.base.enabled=true > templates/istio-base.yaml

View File

@ -64,6 +64,12 @@ kubezero:
istio:
enabled: {{ index .Values "istio-operator" "enabled" }}
values:
ingress:
dnsNames:
{{- with .Values.istio.ingress.dnsNames }}
{{- . | toYaml | nindent 8 }}
{{- end }}
{{- end }}