Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Dec 11, 2024
1 parent 67dbb34 commit 5844868
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/guides/solr/tls/combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in Solr.
- `issuerRef`
- `certificate`

Read about the fields in details in [Solr concept](/docs/guides/solr/concepts/solr.md),
Read about the fields in details in [Solr Concept](/docs/guides/solr/concepts/solr.md),

`tls` is applicable for all types of Solr (i.e., `combined` and `combined`).

Expand Down Expand Up @@ -88,7 +88,7 @@ $ kubectl create -f https://github.com/kubedb/docs/raw/{{< param "info.version"
issuer.cert-manager.io/solr-ca-issuer created
```

## TLS/SSL encryption in Solr combined combined
## TLS/SSL encryption in Solr Combined

```yaml
apiVersion: kubedb.com/v1alpha2
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
```

### Deploy Solr combined combined with TLS/SSL
### Deploy Solr Combined with TLS/SSL

```bash
$ kubectl create -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/examples/solr/tls/solr-combined.yaml
Expand All @@ -142,7 +142,7 @@ NAME TYPE VERSION STATUS AGE
solr-combined kubedb.com/v1alpha2 9.4.1 Ready 2m31s
```

### Verify TLS/SSL in Solr combined combined
### Verify TLS/SSL in Solr Combined

```bash
$ kubectl describe secret solr-combined-client-cert -n demo
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/solr/volume-expansion/combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace/demo created

> Note: The yaml files used in this tutorial are stored in [docs/examples/Solr](https://github.com/kubedb/docs/tree/{{< param "info.version" >}}/docs/examples/Solr) folder in GitHub repository [kubedb/docs](https://github.com/kubedb/docs).
## Expand Volume of Combined Solr Cluster
## Expand Volume of Solr Combined Cluster

Here, we are going to deploy a `Solr` combined using a supported version by `KubeDB` operator. Then we are going to apply `SolrOpsRequest` to expand its volume.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/solr/volume-expansion/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace/demo created

> Note: The yaml files used in this tutorial are stored in [docs/examples/Solr](https://github.com/kubedb/docs/tree/{{< param "info.version" >}}/docs/examples/Solr) folder in GitHub repository [kubedb/docs](https://github.com/kubedb/docs).
## Expand Volume of Topology Solr Cluster
## Expand Volume of Solr TopologyCluster

Here, we are going to deploy a `Solr` topology using a supported version by `KubeDB` operator. Then we are going to apply `SolrOpsRequest` to expand its volume.

Expand Down

0 comments on commit 5844868

Please sign in to comment.