Skip to content

Commit

Permalink
[tempo-distributed] Fix reference to compactor initContainers
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lo-A-Foe <[email protected]>
  • Loading branch information
loafoe committed Jan 31, 2025
1 parent 7b59124 commit a46ac40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
{{- toYaml .Values.ingester.initContainers | nindent 8 }}
{{- toYaml .Values.compactor.initContainers | nindent 8 }}
containers:
- args:
- -target=compactor
Expand Down

0 comments on commit a46ac40

Please sign in to comment.