From 9d4e9b0f316a0f2365bfaeda1bf17038fb1bf6fe Mon Sep 17 00:00:00 2001 From: Leandro Prado <69152421+leandromsft@users.noreply.github.com> Date: Thu, 16 May 2024 15:43:37 -0300 Subject: [PATCH] =?UTF-8?q?PR=20-=20Adding=20imagePullSecrets=20into=20the?= =?UTF-8?q?=20template=20spec=20gha-runner-scale-set/v=E2=80=A6=20(#32094)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- ...eploying-runner-scale-sets-with-actions-runner-controller.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md index 7f794fa8e4..362ab27d5a 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -397,6 +397,8 @@ template: image: "custom-registry.io/actions-runner:latest" imagePullPolicy: Always command: ["/home/runner/run.sh"] + imagePullSecrets: + - name: ``` {% data reusables.actions.actions-runner-controller-helm-chart-options %}