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