Skip to content

Commit

Permalink
PR - Adding imagePullSecrets into the template spec gha-runner-scale-…
Browse files Browse the repository at this point in the history
…set/v… (#32094)

Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
  • Loading branch information
leandromsft and SiaraMist committed May 16, 2024
1 parent 274e130 commit 9d4e9b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ template:
image: "custom-registry.io/actions-runner:latest"
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
imagePullSecrets:
- name: <registry-secret-name>
```

{% data reusables.actions.actions-runner-controller-helm-chart-options %}
Expand Down

0 comments on commit 9d4e9b0

Please sign in to comment.