-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add podLabels
value to allow setting labels that only appear on the pods managed by the deployment.
#1358
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.
You could also define a named template, if you want your tags on other resources like deployment/configmap (but no need to do that if you just want it for pods)
@loutPhilipps Changed some indenting to make more readable. |
@loutPhilipps Not sure what is up with the labeler but I did not touch anything with that. I did find at least one other pull request with same error. |
Me neither :/ |
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.
Changes look good, CI labeler seems to be lacking permissions but it should not block this PR i think
ea875f0
to
90ef5d7
Compare
@loutPhilipps Sorry missed there were changes rebase complete. |
… pods managed by the deployment.
@loutPhilipps Had to rebase again. I noticed it did not merge, is there something else I need to do in order to get it merged? |
Just merged it for you 😄 |
What this PR does / why we need it:
Add
podLabels
value to allow setting labels that only appear on the pods managed by the deployment.Need pod label for monitoring that value changes regularly with version upgrades. Cannot use
commonLabels
because they are used as match labels which are immutable.Which issue this PR fixes
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
.github/helm-docs.sh
)CHANGELOG.md
has been updatedREADME.md