Skip to content

Commit

Permalink
addressed review comments from saketh
Browse files Browse the repository at this point in the history
  • Loading branch information
unmarshall committed Nov 11, 2024
1 parent d5e8f5d commit 40d6033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ az storage container create -n <container-name>

Connection details for an Azure Object Store Container are put into a Kubernetes [Secret](https://kubernetes.io/docs/concepts/configuration/secret/). Apply the Kubernetes Secret manifest through:
```bash
kubectl -f apply config/samples/etcd-secret-azurite.yaml
kubectl apply -f config/samples/etcd-secret-azurite.yaml
```

> **Note:** The secret created should be referred to in the `Etcd` CR in `spec.backup.store.secretRef`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ aws s3api head-bucket --bucket <bucket-name>
Connection details for an Azure S3 Object Store are put into a Kubernetes [Secret](https://kubernetes.io/docs/concepts/configuration/secret/). Apply the Kubernetes Secret manifest through:

```bash
kubectl -f apply config/samples/etcd-secret-localstack.yaml
kubectl apply -f config/samples/etcd-secret-localstack.yaml
```

> **Note:** The secret created should be referred to in the `Etcd` CR in `spec.backup.store.secretRef`.
Expand Down
5 changes: 1 addition & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,4 @@ extra:
plugins:
- search
- glightbox
- mkdocs_pymdownx_material_extras



- mkdocs_pymdownx_material_extras

0 comments on commit 40d6033

Please sign in to comment.