From c804fbca14c7269bc647c27ebce20162b30d7010 Mon Sep 17 00:00:00 2001 From: ugurarpaci Date: Mon, 1 Feb 2021 17:18:10 +0100 Subject: [PATCH] Adding the missing ENV key ECR_REGISTRY adding the env key of ECR_REGISTRY --- docs/guides/image-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index b988f703..be525606 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -534,7 +534,7 @@ spec: env: - name: SECRET_NAME value: # this is the generated Secret name - - name: + - name: ECR_REGISTRY value: .dkr.ecr..amazonaws.com # fill in the account id and region volumeMounts: - mountPath: /token