From 52340c27b130bb7500541f497a37ca03f91e9ed8 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:07:43 -0700 Subject: [PATCH] guides: fix python issue (#20787) 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 51ae9f3fd5..805512cc82 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