You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"imagePullPolicy": {
"type": "string",
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
}
But should have enum for always, never, and IfNotPresent
The text was updated successfully, but these errors were encountered:
Currently imagePullPolicy is just:
But should have enum for always, never, and IfNotPresent
The text was updated successfully, but these errors were encountered: