diff --git a/chart/templates/istio/controlplane/values.yaml b/chart/templates/istio/controlplane/values.yaml
index 142ca26bda0d8b9c0b93cc9ce5b60eebbdd93f27..c18e7aa55330e5251977b52a2e0cd50d9bc67d04 100644
--- a/chart/templates/istio/controlplane/values.yaml
+++ b/chart/templates/istio/controlplane/values.yaml
@@ -13,8 +13,7 @@ enterprise: {{ .Values.istio.enterprise }}
 tracing:
 {{- if .Values.jaeger.enabled }}
   enabled: {{ .Values.jaeger.enabled }}
-{{- end }}
-{{- if .Values.tempo.enabled }}
+{{- else if .Values.tempo.enabled }}
   enabled:  {{ .Values.tempo.enabled }}
   address: 'tempo-tempo.tempo.svc'
   sampling: 100