diff --git a/charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml b/charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml index c68c1939..c1b333f2 100644 --- a/charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml +++ b/charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml @@ -7,7 +7,7 @@ metadata: {{- if gt (len .Release.Namespace) 63 }} {{ fail "Namespace must have up to 63 characters" }} {{- end }} - name: {{ .Release.Name }} + name: {{ .Values.runnerScaleSetName | default .Release.Name }} namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/component: "autoscaling-runner-set"