aws-for-fluent-bit: add podLabels support - #1305
Conversation
Add optional podLabels to the DaemonSet pod template, using merge to ensure selector labels cannot be overridden by user-provided values.
|
Tagging @dims as code owner to understand if it is possible to have this PR reviewed |
|
@mcastellini i am no longer at AWS. sorry. |
|
Tagging @PettitWesley based on previous closed PRs to understand if it is possible to have this PR reviewed |
|
Another user for this. We hit the same gap needing The |
|
@cdirubbio @shraddhabang @jaydeokar — apologies for the cold ping, and this isn't my PR. CODEOWNERS for this chart resolves to TL;DR: |
|
@cheeseandcereal, I noticed you're one of the most recent people to approve a FluentBit PR in this repo. Could you take a look at this or help me reach the right person? |
Add optional podLabels to the DaemonSet pod template, using merge to ensure selector labels cannot be overridden by user-provided values.
Issue
#1008
Description of changes
Allow users to specify custom pod labels for the aws-for-fluent-bit chart.
Checklist
README.mdfor modified charts)versioninChart.yamlfor the modified chart(s)Testing
helm lint passes
helm template setting custom labels works correctly
helm template without setting custom labels works correctly
helm template setting custom labels conflicting with default labels do not override the value
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.