Skip to content

Commit

Permalink
add line break to installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Aug 13, 2024
1 parent 72c75ca commit ac8dd82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manual-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ You can use the operator (including the kube-rbac-proxy) images from your own pr
```shell
make deploy IMG=<my-private-registry>/nginx-ingress-operator:2.3.1 KRP_IMAGE_BASE=<my-private-registry>/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`**

0 comments on commit ac8dd82

Please sign in to comment.