Skip to content

Commit

Permalink
guides: clarify instruction (#21783)
Browse files Browse the repository at this point in the history
<!--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 <[email protected]>
  • Loading branch information
craig-osterhout authored Jan 10, 2025
1 parent 8016b87 commit c808c6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/guides/python/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c808c6f

Please sign in to comment.