mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-01 06:48:34 +08:00
Delay role/rolebinding creation to gha-runner-scale-set installation time (#2363)
This commit is contained in:
@@ -5,6 +5,8 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "gha-runner-scale-set-controller.labels" . | nindent 4 }}
|
||||
actions.github.com/controller-service-account-namespace: {{ .Release.Namespace }}
|
||||
actions.github.com/controller-service-account-name: {{ include "gha-runner-scale-set-controller.serviceAccountName" . }}
|
||||
spec:
|
||||
replicas: {{ default 1 .Values.replicaCount }}
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user