guides: fix python issue (#20787)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-09-05 08:07:43 -07:00 committed by GitHub
parent feb0ddbcb7
commit 52340c27b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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