fix: remove implicit kubezero install from argocd deploy
This commit is contained in:
parent
a3a75b5ae1
commit
245dab8250
@ -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
|
||||
|
@ -7,6 +7,7 @@ gateways:
|
||||
{{- end }}
|
||||
certificates:
|
||||
{{- with .dnsNames }}
|
||||
# Legacy to be removed with 1.21 !!
|
||||
- name: ingress-cert
|
||||
dnsNames:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
@ -43,7 +43,7 @@ istio:
|
||||
enabled: false
|
||||
crds: true
|
||||
namespace: istio-system
|
||||
targetRevision: 0.7.2
|
||||
targetRevision: 0.7.3
|
||||
|
||||
istio-ingress:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user