File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5051helm 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---
8689image : eoepca/openeo-geotrellis-kube
@@ -316,6 +319,8 @@ helm upgrade -i openeofed openeo-aggregator \
316319
317320An example `values.yaml` file :
318321
322+ > _Note use of variables `${...}` that should be substituted with appropriate values_
323+
319324` ` ` yaml
320325---
321326configMaps:
You can’t perform that action at this time.
0 commit comments