From ac8dd826ad0f6b6c268ee88f68dd3eb5dfda0a31 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Tue, 13 Aug 2024 12:03:59 +0100
Subject: [PATCH] add line break to installation docs
---
docs/manual-installation.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/manual-installation.md b/docs/manual-installation.md
index 5a740e0..fcadeda 100644
--- a/docs/manual-installation.md
+++ b/docs/manual-installation.md
@@ -58,5 +58,6 @@ You can use the operator (including the kube-rbac-proxy) images from your own pr
```shell
make deploy IMG=/nginx-ingress-operator:2.3.1 KRP_IMAGE_BASE=/kube-rbac-proxy
```
- **Note: If you need to use a different `kube-rbac-proxy` version than the default, use the `KRP_IMAGE_TAG` variable**
- **Note: To use an image pull secret, you can specify the IMAGE_PULL_SECRET_NAME variable, eg IMAGE_PULL_SECRET_NAME=regcred**
+ **Note: If you need to use a different `kube-rbac-proxy` version than the default, use the `KRP_IMAGE_TAG` variable**
+
+ **Note: To use an image pull secret, you can specify the `IMAGE_PULL_SECRET_NAME` variable, eg `IMAGE_PULL_SECRET_NAME=regcred`**