From cdff02f11824f1b882dbcd52bb6a79ffe3403669 Mon Sep 17 00:00:00 2001 From: Duncan Bell Date: Thu, 31 May 2018 17:10:55 +0100 Subject: [PATCH] Update deploy-intro.html (#8616) * Update deploy-intro.html * Update deploy-intro.html --- .../tutorials/kubernetes-basics/deploy-app/deploy-intro.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html index cd107b9af4..b037d637a4 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html @@ -90,7 +90,8 @@ weight: 10
-

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

+ +

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!