mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
add config to respect image pull policy
This commit is contained in:
@@ -3019,6 +3019,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