Merge pull request #16 from testwill/typo

fix: typo
This commit is contained in:
Yuli
2023-10-13 09:19:43 +01:00
committed by GitHub
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 docker rm dbunker

View File

@@ -91,7 +91,7 @@ https://databunker.org/doc/benchmark/
* Backend at https://privacybunker.io/ * Backend at https://privacybunker.io/
* Backend at https://bitbaza.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 ## Privacy by design

View File

@@ -23,7 +23,7 @@ helm install databunker databunker/databunker \
--set certificates.customCAs\[0\].secret="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}") 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}")