Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ testing local changes by following these steps.

.. code-block:: bash

oc scale deployment openstack-operator-controller-operator -n openstack-operators --replicas=0
oc scale deployment openstack-operator-controller-init -n openstack-operators --replicas=0

2. Delete the openstack-operator and test-operator controller managers

Expand All @@ -122,7 +122,7 @@ testing local changes by following these steps.

.. code-block:: bash

oc scale deployment openstack-operator-controller-operator -n openstack-operators --replicas=1
oc scale deployment openstack-operator-controller-init -n openstack-operators --replicas=1

.. _uninstalling-operator:

Expand Down