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.
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.