-
Notifications
You must be signed in to change notification settings - Fork 34
[Feature] Add global tolerations support to sub-charts #607
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
Conversation
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.
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
Files not reviewed (4)
- charts/logzio-apm-collector/templates/_pod-spm.tpl: Language not supported
- charts/logzio-apm-collector/templates/_pod.tpl: Language not supported
- charts/logzio-logs-collector/templates/_pod.tpl: Language not supported
- charts/logzio-telemetry/templates/_pod.tpl: Language not supported
Comments suppressed due to low confidence (1)
charts/fluentd/templates/daemonset.yaml:40
- Using 'append' to merge two lists may lead to unintended nesting. Ensure that the global and daemonset tolerations are properly concatenated using a method that flattens the lists.
{{- toYaml (append $globalTolerations $chartTolerations) | indent 8 }}
8naama
left a comment
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.
Looks good! 🎉
Left a bit of questions
This reverts commit 644c813.
This reverts commit 4bce85a.
Description
logzio-monitoringsub-chartsk8s-eventsandtrivyWhat type of PR is this?
(check all applicable)
Added tests?