Skip to content

Commit

Permalink
Documentation Fix (#16)
Browse files Browse the repository at this point in the history
* Documentation Fix

Signed-off-by: SrishT <[email protected]>

* Documentation Fix

Signed-off-by: SrishT <[email protected]>

Co-authored-by: SrishT <[email protected]>
  • Loading branch information
SrishT and SrishT authored Mar 24, 2020
1 parent 11f8361 commit 1d78ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manual-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To create this ConfigMap.
$ kubectl create -f deploy/config_map.yaml
```

The name of this ConfigMap needs to be mentioned in the field `envVars` present in the BookKeeper Spec. For more details about this ConfigMap refer to [this](doc/bookkeeper-options.md#bookkeeper-custom-configuration).
The name of this ConfigMap needs to be mentioned in the field `envVars` present in the BookKeeper Spec. For more details about this ConfigMap refer to [this](bookkeeper-options.md#bookkeeper-custom-configuration).

Once all these have been installed, you can use the following YAML template to install a small development Bookkeeper Cluster. Create a `bookkeeper.yaml` file with the following content.

Expand All @@ -66,7 +66,8 @@ spec:
replicas: 3
image:
repository: pravega/bookkeeper
pullPolicy: IfNotPresent```
pullPolicy: IfNotPresent
```
where:
Expand Down

0 comments on commit 1d78ac0

Please sign in to comment.