-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[tempo-distributed] Add extraContainers parameter to tempo-distributed helm chart #3731
New issue
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
|
@Sheikh-Abubaker any reason why this wasnt merged? Do i need to bump it to 141.2? |
Yes in order to fix the failed CI checks |
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
This was done upped from 1.142.1 to 2 |
| {{- with .Values.ingester.extraVolumes }} | ||
| {{- toYaml . | nindent 8 }} | ||
| {{- end }} | ||
| {{- with .Values.ingester.extraContainers }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@acherla, You'd need to address some indentations, The extraContainers should be place within spec.containers.extraContainers. as of now it is placed within spec.extraContainers, imo it should be placed after this line here
Please address the same changes for the remaining templates below as well, ensuring extraContainers is placed within spec.containers.extraContainers instead of spec.extraContainers.
You could also validate if extraContainers are rendered in correct order by running helm template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| {{- with .Values.querier.extraVolumeMounts }} | ||
| {{- toYaml . | nindent 12 }} | ||
| {{- end }} | ||
| {{- with .Values.querier.extraContainers }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| {{- with .Values.queryFrontend.extraVolumeMounts }} | ||
| {{- toYaml . | nindent 12 }} | ||
| {{- end }} | ||
| {{- with .Values.queryFrontend.extraContainers }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Signed-off-by: Arun Cherla <[email protected]>
Linked to: #3729