-
Notifications
You must be signed in to change notification settings - Fork 779
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 ability to set labels on Deployment #3429
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
This doesn't look like it's completed...
|
It got closed due to staleness. For anyone who is interested in adding this, PTAL how pod labels were add for inspiration: https://github.com/open-policy-agent/gatekeeper/pull/3378/files |
@ritazh, I am interested to contribute, could you assign it to me |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Describe the solution you'd like
Much like we can set labels on pods with
podLabels
it would be useful to have the ability to set labels on theDeployment
objects as well. For example, we would like to set aapp.kubernetes.io/name
label on theDeployment
and there is no way to do this with the existing chart.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): AllThe text was updated successfully, but these errors were encountered: