-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/APIAPI objects and controllersAPI objects and controllerskind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.triage/needs-user-inputIssues which are waiting on a response from the reporterIssues which are waiting on a response from the reporter
Description
In what area(s)?
/area API
Describe the feature
When the queue-proxy container is created (https://github.com/knative/serving/blob/main/pkg/reconciler/revision/resources/queue.go#L349), it would be nice to be able to override the imagePullPolicy from a value in the config-deployment ConfigMap. If not specified it would revert to the current logic i.e. not set.
Policies in my organisation prohibit any deployment with an imagePullPolicy not set as "Always". I'd rather not have to create a custom webhook to achieve this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/APIAPI objects and controllersAPI objects and controllerskind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.triage/needs-user-inputIssues which are waiting on a response from the reporterIssues which are waiting on a response from the reporter