We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4341 commit 292e766Copy full SHA for 292e766
charts/tempo-distributed/templates/ingester/_helpers-ingester.tpl
@@ -87,6 +87,9 @@ app.kubernetes.io/part-of: memberlist
87
app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
88
{{- end }}
89
app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
90
+{{ with .ctx.Values.ingester.labels -}}
91
+{{ toYaml . }}
92
+{{ end }}
93
{{- end -}}
94
{{/*
95
Resource name template
charts/tempo-distributed/values.yaml
@@ -141,6 +141,8 @@ rbac:
141
ingester:
142
# -- Annotations for the ingester StatefulSet
143
annotations: {}
144
+ # -- Labels for the ingester StatefulSet
145
+ labels: {}
146
# -- Number of replicas for the ingester
147
replicas: 3
148
# -- hostAliases to add
0 commit comments