how to pull initcontainer image from ACR
search cancel

how to pull initcontainer image from ACR

book

Article ID: 373071

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

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 .

Environment

11.1

Resolution

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 .