Does the helm chart for the layer7 container gateway support the pulling of the initcontainer image stored in an Azure Container Registry? How do you customize the init container section of the value.yaml from the helm charts provided by Broadcom?
API Container Gateway 11.1
The values could be changed like the following example .
image:
registry: docker.io
repository: caapim/gateway
tag: 11.1.00
pullPolicy: IfNotPresent
and the image should point to the internal registry .