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

Environment

API Container Gateway 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 .