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 1b556d6 commit a0a8fe8Copy full SHA for a0a8fe8
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
@@ -135,6 +135,8 @@ rbac:
135
ingester:
136
# -- Annotations for the ingester StatefulSet
137
annotations: {}
138
+ # -- Labels for the ingester StatefulSet
139
+ labels: {}
140
# -- Number of replicas for the ingester
141
replicas: 3
142
# -- hostAliases to add
0 commit comments