diff --git a/charts/gha-runner-scale-set-controller/templates/deployment.yaml b/charts/gha-runner-scale-set-controller/templates/deployment.yaml index 66b9a4b513..70de045806 100644 --- a/charts/gha-runner-scale-set-controller/templates/deployment.yaml +++ b/charts/gha-runner-scale-set-controller/templates/deployment.yaml @@ -23,10 +23,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - app.kubernetes.io/part-of: gha-rs-controller - app.kubernetes.io/component: controller-manager - app.kubernetes.io/version: {{ .Chart.Version }} - {{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }} + {{- include "gha-runner-scale-set-controller.labels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} {{- end }}