Skip to content

Commit

Permalink
Merge pull request #163 from lengrongfu/fix/device-plugin-svc-label-name
Browse files Browse the repository at this point in the history
update device plugin svc label name
  • Loading branch information
archlitchi committed Feb 22, 2024
2 parents 4fffc4e + b46f137 commit d409192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hami/templates/device-plugin/monitorservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: {{ include "4pd-vgpu.device-plugin" . }}-monitor
labels:
app.kubernetes.io/component: 4pd-scheduler
app.kubernetes.io/component: 4pd-device-plugin
{{- include "4pd-vgpu.labels" . | nindent 4 }}
{{- if .Values.scheduler.service.labels }}
{{ toYaml .Values.scheduler.service.labels | indent 4 }}
Expand Down

0 comments on commit d409192

Please sign in to comment.