UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 56ae825f authored by BB_AUTO_MR_TOKEN's avatar BB_AUTO_MR_TOKEN Committed by Andrew Shoell
Browse files

tempo update to 1.10.1-bb.1

parent a076fcc9
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5007tempo update to 1.10.1-bb.1
......@@ -93,11 +93,17 @@ serviceMonitor:
sso:
enabled: {{ .Values.tempo.sso.enabled }}
{{- if .Values.tempo.sso.enabled }}
{{- if or .Values.kiali.enabled .Values.tempo.sso.enabled }}
{{- $tempoAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
{{- $tempoAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
podLabels:
{{- if .Values.kiali.enabled }}
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
{{- if .Values.tempo.sso.enabled }}
{{ $tempoAuthserviceKey }}: {{ $tempoAuthserviceValue }}
{{- end }}
{{- end }}
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment