mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-09 20:17:25 +08:00
add config to respect image pull policy
This commit is contained in:
@@ -3006,6 +3006,10 @@ spec:
|
||||
type: array
|
||||
image:
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: PullPolicy describes a policy for if/when to pull
|
||||
a container image
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
items:
|
||||
description: LocalObjectReference contains enough information
|
||||
|
||||
Reference in New Issue
Block a user