From ccc7e1729be8578391787a0ec6c01cdc973cbcc6 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Wed, 4 Sep 2024 10:15:06 -0700 Subject: [PATCH] guides: fix python issue Signed-off-by: Craig Osterhout --- content/language/python/deploy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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