File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.45.0
5
+ version : 1.45.1
6
6
appVersion : 2.8.1
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ metadata:
6
6
namespace : {{ .Release.Namespace }}
7
7
labels :
8
8
{{- include "tempo.labels" (dict "ctx" .) | nindent 4 }}
9
+ {{- with .Values.serviceAccount.labels }}
10
+ {{- toYaml . | nindent 4 }}
11
+ {{- end }}
9
12
{{- with .Values.serviceAccount.annotations }}
10
13
annotations :
11
14
{{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ serviceAccount:
109
109
name : null
110
110
# -- Image pull secrets for the service account
111
111
imagePullSecrets : []
112
+ # -- Labels for the service account
113
+ labels : {}
112
114
# -- Annotations for the service account
113
115
annotations : {}
114
116
automountServiceAccountToken : false
You can’t perform that action at this time.
0 commit comments