Skip to content

Commit

Permalink
Fix a typo in the documentation (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Dec 16, 2024
1 parent 08168b6 commit 2c95ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/deployment/deploying_custom_image_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ Run it:
Or if you are using kubernetes you will need to create the cluster and load the image in Kind:

.. code-block::
:caption: Run docker compose
:caption: Run your local cluster
tox -e cluster-deploy
kind load docker-image test-local-provider-function:latest
Expand Down
3 changes: 2 additions & 1 deletion docs/deployment/example_custom_image_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ Run it
Or if you are using kubernetes you will need to create the cluster and load the image in Kind

.. code-block::
:caption: Run docker compose
:caption: Run your local cluster
tox -e cluster-deploy
kind load docker-image test-local-provider-function:latest
Expand Down

0 comments on commit 2c95ad2

Please sign in to comment.