Skip to content

Commit 52340c2

Browse files
guides: fix python issue (#20787)
Signed-off-by: Craig Osterhout <[email protected]>
1 parent feb0ddb commit 52340c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/language/python/deploy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ In this section, you'll learn how to use Docker Desktop to deploy your applicati
1616
## Create a Kubernetes YAML file
1717

1818
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
19-
the following contents. Replace `DOCKER_USERNAME/REPO_NAME` with your Docker
20-
username and the name of the repository that you created in [Configure CI/CD for
21-
your Python application](configure-ci-cd.md).
19+
the following contents.
2220

2321
```yaml
2422
apiVersion: apps/v1

0 commit comments

Comments
 (0)