diff --git a/content/language/python/deploy.md b/content/language/python/deploy.md index 51ae9f3fd56..805512cc827 100644 --- a/content/language/python/deploy.md +++ b/content/language/python/deploy.md @@ -16,9 +16,7 @@ In this section, you'll learn how to use Docker Desktop to deploy your applicati ## Create a Kubernetes YAML file In your `python-docker-dev-example` directory, create a file named `docker-postgres-kubernetes.yaml`. Open the file in an IDE or text editor and add -the following contents. Replace `DOCKER_USERNAME/REPO_NAME` with your Docker -username and the name of the repository that you created in [Configure CI/CD for -your Python application](configure-ci-cd.md). +the following contents. ```yaml apiVersion: apps/v1