From 930fa9150c1e835c3e112cca83b53d2199740543 Mon Sep 17 00:00:00 2001 From: krambrod <114069812+krambrod@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:36:10 +0100 Subject: [PATCH] doc/cephadm: fix initial-ceph.conf example Signed-off-by: krambrod <114069812+krambrod@users.noreply.github.com> --- doc/cephadm/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index e564c41db459..a4c39e3e6133 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -426,10 +426,10 @@ have access to all hosts that you plan to add to the cluster. :: [mgr] - mgr/cephadm/container_image_prometheus **:5000/prometheus - mgr/cephadm/container_image_node_exporter **:5000/node_exporter - mgr/cephadm/container_image_grafana **:5000/grafana - mgr/cephadm/container_image_alertmanager **:5000/alertmanger + mgr/cephadm/container_image_prometheus = **:5000/prometheus + mgr/cephadm/container_image_node_exporter = **:5000/node_exporter + mgr/cephadm/container_image_grafana = **:5000/grafana + mgr/cephadm/container_image_alertmanager = **:5000/alertmanger #. Run bootstrap using the ``--image`` flag and pass the name of your container image as the argument of the image flag. For example: -- 2.47.3