Skip to content

Commit a46ac40

Browse files
committed
[tempo-distributed] Fix reference to compactor initContainers
Signed-off-by: Andy Lo-A-Foe <[email protected]>
1 parent 7b59124 commit a46ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tempo-distributed/templates/compactor/deployment-compactor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
{{- toYaml . | nindent 8 }}
5656
{{- end }}
5757
initContainers:
58-
{{- toYaml .Values.ingester.initContainers | nindent 8 }}
58+
{{- toYaml .Values.compactor.initContainers | nindent 8 }}
5959
containers:
6060
- args:
6161
- -target=compactor

0 commit comments

Comments
 (0)