From 4529663c29719792cc33bcb20267fd26d5039c0e Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 7 Sep 2021 16:44:05 -0400 Subject: [PATCH] Capped region for consistency --- .../rke/latest/en/config-options/private-registries/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/private-registries/_index.md b/content/rke/latest/en/config-options/private-registries/_index.md index b1dcdab23b9..89453fe9511 100644 --- a/content/rke/latest/en/config-options/private-registries/_index.md +++ b/content/rke/latest/en/config-options/private-registries/_index.md @@ -76,7 +76,7 @@ Before v0.1.10, you had to configure your private registry credentials **and** u - "AWS_ACCESS_KEY_ID=ACCESSKEY" - "AWS_SECRET_ACCESS_KEY=SECRETKEY" private_registries: - - url: ACCOUNTID.dkr.ecr.region.amazonaws.com + - url: ACCOUNTID.dkr.ecr.REGION.amazonaws.com is_default: true ecrCredentialPlugin: aws_access_key_id: "ACCESSKEY"