From c1e3119b8c01b3c4450c616511bac9e67b47e305 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:55:10 -0500 Subject: [PATCH] Update website/content/docs/api-gateway/upgrade-specific-versions.mdx Co-authored-by: Nathan Coleman --- website/content/docs/api-gateway/upgrade-specific-versions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/upgrade-specific-versions.mdx b/website/content/docs/api-gateway/upgrade-specific-versions.mdx index b6a4758881..71afa66792 100644 --- a/website/content/docs/api-gateway/upgrade-specific-versions.mdx +++ b/website/content/docs/api-gateway/upgrade-specific-versions.mdx @@ -35,7 +35,7 @@ Ensure that the following requirements are met prior to upgrading: $ kubectl get deployment --namespace consul consul-api-gateway-controller --output=jsonpath= "{@.spec.template.spec.containers[?(@.name=='api-gateway-controller')].image}" ``` - You should receive the following response: + You should receive a response similar to the following: ```log "hashicorp/consul-api-gateway:0.2.1"