-
Notifications
You must be signed in to change notification settings - Fork 150
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 the ability to specify labels for the registry service #131
Conversation
Is this something that you'd be interested in @vyas-n ? |
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.
Hey @laverya,
Thank you for your contribution and yes, I agree! I'm approving your PR; however, you'll need to sign your commits before we can merge them!
10e0d69
to
f3d2198
Compare
I've pushed again with a signed-off commit - thanks for taking a look! |
Let me know if you'd like me to expand this to the other resources as well! |
Hey @laverya, Good idea to extend this to other resources as well, let's start with getting this in and other resources can be covered in another PR. Looks like your recent force-push is still not signed: https://github.com/twuni/docker-registry.helm/pull/131/commits If you need some help signing your commits, here's a good doc from GitHub that's helped me get my commits signed: |
OH you meant cryptographically signed and not committed with Can do |
Signed-off-by: Andrew Lavery <laverya@umich.edu>
f3d2198
to
680310d
Compare
Pushed with a GPG-signed commit now |
Labels can currently be specified for the ingress, servicemonitor, prometheusRules, and the registry pods themselves.
This expands that to the registry service, so that we can exclude it from velero snapshots and restores. (why? because we create this with a static IP address, and velero does not restore static IP addresses)
I would also be happy to expand this pattern to all of the other resources in the repository - the configmap, cronjob, deployment, hpa, pdb, pvc, secret and serviceaccount objects.