From c808c6fc40e81b66e50c863b0edf2550b50d67c0 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:58:29 -0800 Subject: [PATCH] guides: clarify instruction (#21783) ## Description Clarify instruction so users know that the provided file needs to edited. ## Related issues or tickets hotjar-12673 ## Reviews - [ ] Editorial review --------- Signed-off-by: Craig --- content/guides/python/deploy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/guides/python/deploy.md b/content/guides/python/deploy.md index bec86653b9..e77e045135 100644 --- a/content/guides/python/deploy.md +++ b/content/guides/python/deploy.md @@ -11,7 +11,7 @@ aliases: ## Prerequisites -- Complete all the previous sections of this guide, starting with [Use containers for python development](develop.md). +- Complete all the previous sections of this guide, starting with [Use containers for Python development](develop.md). - [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop. ## Overview @@ -95,7 +95,10 @@ data: POSTGRES_PASSWORD: cG9zdGdyZXNfcGFzc3dvcmQ= # Base64 encoded password (e.g., 'postgres_password') ``` -In your `python-docker-dev-example` directory, create a file named `docker-python-kubernetes.yaml`. +In your `python-docker-dev-example` directory, create a file named +`docker-python-kubernetes.yaml`. Replace `DOCKER_USERNAME/REPO_NAME` with your +Docker username and the repository name that you created in [Configure CI/CD for +your Python application](./configure-ci-cd.md). ```yaml apiVersion: apps/v1