mirror of https://github.com/docker/docs.git
guides: fix python issue (#20787)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
feb0ddbcb7
commit
52340c27b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue