We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i have found a bug with the podLabels in the ingester sts.
{{- include "ingester.podLabels" $dict | nindent 8 }} {{- with .Values.tempo.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.ingester.podLabels }} {{- toYaml . | nindent 8 }} {{- end }}
here is ingester.podLabels used twice and this causes duplicate keys for labels.
ingester.podLabels
mapping key "my-label" already defined at line ..
helm-charts/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml
Line 41 in e6ed5e8
according to the compactor as reference it should be
{{- include "tempo.podLabels" $dict | nindent 8 }}
Best regards
The text was updated successfully, but these errors were encountered:
SimKev2
Successfully merging a pull request may close this issue.
Hi,
i have found a bug with the podLabels in the ingester sts.
here is
ingester.podLabels
used twice and this causes duplicate keys for labels.helm-charts/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml
Line 41 in e6ed5e8
according to the compactor as reference it should be
Best regards
The text was updated successfully, but these errors were encountered: