Update README.md

This commit is contained in:
Yuli
2022-01-21 15:41:54 +02:00
committed by GitHub
parent 5033f742ed
commit d892d47218

View File

@@ -41,6 +41,7 @@ After this command, you can execute ```kubectl get nodes``` to list all nodes in
2. Create an SSL certificate for Databunker service and save it as Kubernetes secret
```
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout tls.key -out tls.crt -subj "/CN=localhost"
kubectl create secret tls databunkertls --key="tls.key" --cert="tls.crt"
```
3. Add Databunker charts repository using ```helm``` command and run ```helm update```
```