Open
Description
Proposed change
- Allow custom labels from
values.yaml
to be applied todeployments
. Currently these custom labels are only added at thepods
level and not at thedeployments
level- hub
- proxy
- proxy -> autohttps
- user-scheduler
Who would use this feature?
- User who would like to apply custom labels to the
deployments
(and not just thepods
) - Example usage: We are adding OPA to our k8s, but we currently cannot enforce
required-labels
for jupyterhub deployments
(Optional): Suggest a solution
- [WIP] Added labels to deployments #2948
- Still need testing and fixing failing test