fix: typo

This commit is contained in:
guoguangwu
2023-10-13 15:27:32 +08:00
parent 5a04dcabc1
commit 716d9d3ccc
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ docker push securitybunker/databunker:latest
```
## Other usefull commands for working with containers:
## Other useful commands for working with containers:
```
docker rm dbunker

View File

@@ -91,7 +91,7 @@ https://databunker.org/doc/benchmark/
* Backend at https://privacybunker.io/
* Backend at https://bitbaza.io/
🚩 **Send us a note** if you are running Databunker in production mode, so we can add your wesbite to the list.
🚩 **Send us a note** if you are running Databunker in production mode, so we can add your website to the list.
## Privacy by design

View File

@@ -23,7 +23,7 @@ helm install databunker databunker/databunker \
--set certificates.customCAs\[0\].secret="databunker"
```
## Usefull commands
## Useful commands
```
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=databunker,app.kubernetes.io/instance=databunker" -o jsonpath="{.items[0].metadata.name}")