Set the AutoscalingRunnerSet name to runnerScaleSetName (#2803)

This commit is contained in:
Nicholas Hawkes 2023-09-13 03:55:08 -04:00 committed by GitHub
parent dce49a003d
commit 837a1cb850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"