File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 metadata :
1919 labels :
2020 {{- /* Changes here will cause the Deployment to restart the pods. */}}
21- {{- include "jupyterhub.labels " . | nindent 8 }}
21+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
2222 hub.jupyter.org/network-access-proxy-api : " true"
2323 hub.jupyter.org/network-access-proxy-http : " true"
2424 hub.jupyter.org/network-access-singleuser : " true"
Original file line number Diff line number Diff line change 4040 template:
4141 metadata:
4242 labels:
43- { {- include " jupyterhub.labels " . | nindent 8 } }
43+ { {- include " jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 } }
4444 { {- with .Values.prePuller.annotations } }
4545 annotations:
4646 { {- . | toYaml | nindent 8 } }
Original file line number Diff line number Diff line change 2727 metadata :
2828 labels :
2929 {{- /* Changes here will cause the Job to restart the pods. */}}
30- {{- include "jupyterhub.labels " . | nindent 8 }}
30+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
3131 {{- with .Values.prePuller.labels }}
3232 {{- . | toYaml | nindent 8 }}
3333 {{- end }}
Original file line number Diff line number Diff line change 1818 template :
1919 metadata :
2020 labels :
21- {{- include "jupyterhub.labels " . | nindent 8 }}
21+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
2222 hub.jupyter.org/network-access-proxy-http : " true"
2323 {{- with .Values.proxy.traefik.labels }}
2424 {{- . | toYaml | nindent 8 }}
Original file line number Diff line number Diff line change 2020 metadata :
2121 labels :
2222 {{- /* Changes here will cause the Deployment to restart the pods. */}}
23- {{- include "jupyterhub.labels " . | nindent 8 }}
23+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
2424 hub.jupyter.org/network-access-hub : " true"
2525 hub.jupyter.org/network-access-singleuser : " true"
2626 {{- with .Values.proxy.labels }}
Original file line number Diff line number Diff line change 3232 {{- end }}
3333 labels :
3434 {{- /* Changes here will cause the Deployment to restart the pods. */}}
35- {{- include "jupyterhub.labels " . | nindent 8 }}
35+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
3636 {{- with .Values.scheduling.userPlaceholder.labels }}
3737 {{- . | toYaml | nindent 8 }}
3838 {{- end }}
Original file line number Diff line number Diff line change 1616 template :
1717 metadata :
1818 labels :
19- {{- include "jupyterhub.labels " . | nindent 8 }}
19+ {{- include "jupyterhub.matchLabelsLegacyAndModern " . | nindent 8 }}
2020 {{- with .Values.scheduling.userScheduler.labels }}
2121 {{- . | toYaml | nindent 8 }}
2222 {{- end }}
You can’t perform that action at this time.
0 commit comments