Skip to content

Commit

Permalink
Merge pull request #27 from openstack-k8s-operators/lpiwowar/fix/docs
Browse files Browse the repository at this point in the history
[docs] Fix image source for logs pod
  • Loading branch information
kopecmartin authored Jan 23, 2024
2 parents ec27e90 + 8562fd9 commit 98649e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,14 @@ For example this definition of Tempest object:
will ensure that tempest will be executed with tempest.conf that looks like this:


.. code-block:: toml
.. code-block::
...
[auth]
admin_username = admin
admin_password = 1234
...
.. _getting-logs:

Getting Logs
Expand All @@ -310,7 +309,7 @@ If you want to retrieve the logs from the pv, you can follow these steps:
spec:
containers:
- name: test-operator-logs-container
image: "openstack"
image: quay.io/quay/busybox
command: ["/bin/sh", "-c", "--"]
args: ["while true; do sleep 30; done;"]
volumeMounts:
Expand Down

0 comments on commit 98649e1

Please sign in to comment.