Skip to content

Commit 271de49

Browse files
committed
openeo doc tweaks
1 parent 4a57c7a commit 271de49

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

docs/building-blocks/openeo-engine.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ Take a look at the [values.yaml](https://github.com/kubeflow/spark-operator/blob
4343

4444
#### ZooKeeper
4545

46-
openEO uses [Apache ZooKeeper](https://zookeeper.apache.org/) under the hood. To get a basic ZK installed in your cluster, follow these steps:<br>
47-
_Note use of variables `${...}` that should be substituted with appropriate values_
46+
openEO uses [Apache ZooKeeper](https://zookeeper.apache.org/) under the hood. To get a basic ZK installed in your cluster, follow these steps:
47+
48+
> _Note use of variables `${...}` that should be substituted with appropriate values_
4849
4950
```bash
5051
helm upgrade -i openeo-geotrellis-zookeeper zookeeper \
@@ -79,8 +80,10 @@ helm upgrade -i openeo-geotrellis-openeo sparkapplication \
7980
--values values.yaml
8081
```
8182

82-
Example `values.yaml` file:<br>
83-
_Note use of variables `${...}` that should be substituted with appropriate values_
83+
Example `values.yaml` file:
84+
85+
> _Note use of variables `${...}` that should be substituted with appropriate values_
86+
8487
```yaml
8588
---
8689
image: eoepca/openeo-geotrellis-kube
@@ -316,6 +319,8 @@ helm upgrade -i openeofed openeo-aggregator \
316319

317320
An example `values.yaml` file:
318321

322+
> _Note use of variables `${...}` that should be substituted with appropriate values_
323+
319324
```yaml
320325
---
321326
configMaps:

0 commit comments

Comments
 (0)