Update website/content/docs/api-gateway/upgrade-specific-versions.mdx

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
sarahalsmiller 2022-06-21 09:55:10 -05:00 committed by GitHub
parent af030ba8ed
commit c1e3119b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"