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 ##
|
## MAIN ##
|
||||||
# First lets generate kubezero.yaml
|
# First lets generate kubezero.yaml
|
||||||
# Add all yaml files in $CLUSTER
|
# Add all yaml files in $CLUSTER
|
||||||
|
@ -7,6 +7,7 @@ gateways:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
certificates:
|
certificates:
|
||||||
{{- with .dnsNames }}
|
{{- with .dnsNames }}
|
||||||
|
# Legacy to be removed with 1.21 !!
|
||||||
- name: ingress-cert
|
- name: ingress-cert
|
||||||
dnsNames:
|
dnsNames:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
|
@ -43,7 +43,7 @@ istio:
|
|||||||
enabled: false
|
enabled: false
|
||||||
crds: true
|
crds: true
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
targetRevision: 0.7.2
|
targetRevision: 0.7.3
|
||||||
|
|
||||||
istio-ingress:
|
istio-ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user