fix: remove implicit kubezero install from argocd deploy

This commit is contained in:
Stefan Reimer 2021-08-27 13:46:36 +02:00
parent 3f725158c0
commit aca323e5d1
3 changed files with 2 additions and 10 deletions

View File

@ -193,15 +193,6 @@ function metrics-pre() {
}
##########
# ArgoCD #
##########
# Install KubeZero app and project
function argocd-post() {
update_kubezero_argo
}
## MAIN ##
# First lets generate kubezero.yaml
# Add all yaml files in $CLUSTER

View File

@ -7,6 +7,7 @@ gateways:
{{- end }}
certificates:
{{- with .dnsNames }}
# Legacy to be removed with 1.21 !!
- name: ingress-cert
dnsNames:
{{- toYaml . | nindent 4 }}

View File

@ -43,7 +43,7 @@ istio:
enabled: false
crds: true
namespace: istio-system
targetRevision: 0.7.2
targetRevision: 0.7.3
istio-ingress:
enabled: false