Does the helm chart for layer7 container gateway supporting pulling the initcontainer image stored in an Azure Container Registry? how to customize the init container section in the value.yaml section from the helm charts provided by Broadcom .
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 .