Skip to content

Commit bd01ba0

Browse files
authored
add line break to installation docs (#363)
1 parent 72c75ca commit bd01ba0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/manual-installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ You can use the operator (including the kube-rbac-proxy) images from your own pr
5858
```shell
5959
make deploy IMG=<my-private-registry>/nginx-ingress-operator:2.3.1 KRP_IMAGE_BASE=<my-private-registry>/kube-rbac-proxy
6060
```
61-
**Note: If you need to use a different `kube-rbac-proxy` version than the default, use the `KRP_IMAGE_TAG` variable**
62-
**Note: To use an image pull secret, you can specify the IMAGE_PULL_SECRET_NAME variable, eg IMAGE_PULL_SECRET_NAME=regcred**
61+
**Note: If you need to use a different `kube-rbac-proxy` version than the default, use the `KRP_IMAGE_TAG` variable**
62+
63+
**Note: To use an image pull secret, you can specify the `IMAGE_PULL_SECRET_NAME` variable, eg `IMAGE_PULL_SECRET_NAME=regcred`**

0 commit comments

Comments
 (0)