1
0
mirror of synced 2025-12-30 12:02:01 -05:00

PR - Adding imagePullSecrets into the template spec gha-runner-scale-set/v… (#32094)

Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Leandro Prado
2024-05-16 15:43:37 -03:00
committed by GitHub
parent 274e130c68
commit 9d4e9b0f31

View File

@@ -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 %}