mirror of https://github.com/docker/docs.git
guides: clarify instruction (#21783)
<!--Delete sections as needed --> ## Description Clarify instruction so users know that the provided file needs to edited. ## Related issues or tickets hotjar-12673 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
parent
8016b87dd3
commit
c808c6fc40
|
@ -11,7 +11,7 @@ aliases:
|
||||||
|
|
||||||
## Prerequisites
|
## 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.
|
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
@ -95,7 +95,10 @@ data:
|
||||||
POSTGRES_PASSWORD: cG9zdGdyZXNfcGFzc3dvcmQ= # Base64 encoded password (e.g., 'postgres_password')
|
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
|
```yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
Loading…
Reference in New Issue