Skip to content

Commit

Permalink
Docs fix spelling issues (#692)
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Rad <[email protected]>
  • Loading branch information
nnsW3 authored Oct 14, 2024
1 parent d0b85a2 commit b3aedc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/guides/druid/backup/application-level/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ spec:
version: 30.0.0
```

KubeStash uses the `AppBinding` CR to connect with the target database. It requires the following two fields to set in AppBinding's `.spec` section.
KubeStash uses the `AppBinding` CR to connect with the target database. It requires the following two fields to be set in AppBinding's `.spec` section.

- `.spec.clientConfig.service.name` specifies the name of the Service that connects to the database.
- `.spec.secret` specifies the name of the Secret that holds necessary credentials to access the database.
Expand Down Expand Up @@ -789,4 +789,4 @@ kubectl delete retentionpolicies.storage.kubestash.com -n demo demo-retention
kubectl delete restoresessions.core.kubestash.com -n demo restore-sample-druid
kubectl delete druid -n demo sample-druid
kubectl delete druid -n dev restored-druid
```
```
6 changes: 3 additions & 3 deletions docs/guides/druid/backup/auto-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ spec:

Here,

- `.spec.backupConfigurationTemplate.backends[*].storageRef` refers our earlier created `gcs-storage` backupStorage.
- `.spec.backupConfigurationTemplate.backends[*].storageRef` refers to our earlier created `gcs-storage` backupStorage.
- `.spec.backupConfigurationTemplate.sessions[*].schedule` specifies that we want to backup the database at `5 minutes` interval.

Let's create the `BackupBlueprint` we have shown above,
Expand All @@ -196,7 +196,7 @@ $ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >
backupblueprint.core.kubestash.com/druid-default-backup-blueprint created
```

Now, we are ready to backup our `Druid` databases using few annotations.
Now, we are ready to backup our `Druid` databases using a few annotations.

## Deploy Sample Druid Database

Expand Down Expand Up @@ -814,4 +814,4 @@ kubectl delete secret -n demo encrypt-secret
kubectl delete retentionpolicies.storage.kubestash.com -n demo demo-retention
kubectl delete druid -n demo sample-druid
kubectl delete druid -n demo sample-druid-2
```
```
2 changes: 1 addition & 1 deletion docs/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In order to upgrade from KubeDB `v2021.xx.xx` to `{{< param "info.version" >}}`,

#### 1. Update KubeDB Catalog CRDs

Helm [does not upgrade the CRDs](https://github.com/helm/helm/issues/6581) bundled in a Helm chart if the CRDs already exist. So, to upgrde the KubeDB catalog CRD, please run the command below:
Helm [does not upgrade the CRDs](https://github.com/helm/helm/issues/6581) bundled in a Helm chart if the CRDs already exist. So, to upgrade the KubeDB catalog CRD, please run the command below:

```bash
kubectl apply -f https://github.com/kubedb/installer/raw/{{< param "info.version" >}}/crds/kubedb-catalog-crds.yaml
Expand Down

0 comments on commit b3aedc4

Please sign in to comment.