From 8d31a5f6cf55db29b4bef0344d3d1b4b9811db20 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 10 Jan 2025 13:39:46 -0800 Subject: [PATCH 1/2] guides: clarify instruction Signed-off-by: Craig --- content/guides/python/deploy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/guides/python/deploy.md b/content/guides/python/deploy.md index bec86653b925..a6c930346c0f 100644 --- a/content/guides/python/deploy.md +++ b/content/guides/python/deploy.md @@ -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 From de8ec182a2bffc20e1406bc6f011a748e3d05f72 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 10 Jan 2025 13:40:01 -0800 Subject: [PATCH 2/2] guides: clarify instruction Signed-off-by: Craig --- content/guides/python/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/python/deploy.md b/content/guides/python/deploy.md index a6c930346c0f..e77e04513583 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