Merge pull request #20108 from taoyouh/patch-2

Update run-stateless-application-deployment.md
pull/19686/head
Kubernetes Prow Robot 2020-04-05 08:43:46 -07:00 committed by GitHub
commit 2dc543fb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ a Deployment that runs the nginx:1.14.2 Docker image:
## Updating the deployment
You can update the deployment by applying a new YAML file. This YAML file
specifies that the deployment should be updated to use nginx 1.8.
specifies that the deployment should be updated to use nginx 1.16.1.
{{< codenew file="application/deployment-update.yaml" >}}