Adds charm configs to kserve-controller charm to enable configuring the proxy environment variables in the storage-initializer init container of InferenceService Pod. It is done by modifying the ClusterStorageContainer CR, for more info see the KServe docs.
This change will enable CKF users to use KServe behind a proxy.
part of https://github.com/canonical/knative-operators/issues/204
Summary
Adds charm configs to
kserve-controller
charm to enable configuring the proxy environment variables in thestorage-initializer
init container of InferenceService Pod. It is done by modifying theClusterStorageContainer
CR, for more info see the KServe docs.This change will enable CKF users to use KServe behind a proxy.