-
Notifications
You must be signed in to change notification settings - Fork 102
feat(vector): Support tpl for init and extra containers. #469
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.
Pull Request Overview
This PR adds support for templated content in both initContainers and extraContainers and updates the chart version.
- Updated comments in values.yaml to indicate template support for container configurations.
- Bumped the chart version in Chart.yaml to reflect recent changes.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
charts/vector/values.yaml | Added comments noting that initContainers and extraContainers now support template content. |
charts/vector/Chart.yaml | Bumped the version from 0.41.1 to 0.41.2. |
Files not reviewed (1)
- charts/vector/templates/_pod.tpl: Language not supported
Comments suppressed due to low confidence (2)
charts/vector/values.yaml:375
- [nitpick] The commented-out initContainers sample block duplicates the key name, which may cause confusion. Consider clarifying its purpose or removing it if it's only meant for future reference.
# initContainers:
charts/vector/values.yaml:390
- [nitpick] The commented-out extraContainers sample block duplicates the key name, potentially leading to ambiguity. Consider clarifying the intended usage or removing the redundant example.
# 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.
Thanks @JaredTan95
Head branch was pushed to by a user without write access
hi @pront ,May I ask how long is the release cycle? When will this PR content be released? |
support tpl in extraContainers and initContainers.