@@ -75,21 +75,21 @@ BBOT Server can be deployed to Kubernetes using its official Helm chart. The cha
7575helm repo add blacklanternsecurity https://blacklanternsecurity.github.io/bbot-server
7676
7777# Install
78- helm install bbot blacklanternsecurity/bbot-server
78+ helm install bbot blacklanternsecurity/bbot-server-helm
7979```
8080
8181Or install directly from the OCI registry:
8282
8383``` bash
84- helm install bbot oci://registry-1.docker.io/blacklanternsecurity/bbot-server
84+ helm install bbot oci://registry-1.docker.io/blacklanternsecurity/bbot-server-helm
8585```
8686
8787### Configuration
8888
8989Key values can be overridden with ` --set ` or a custom values file:
9090
9191``` bash
92- helm install bbot blacklanternsecurity/bbot-server \
92+ helm install bbot blacklanternsecurity/bbot-server-helm \
9393 --set ingress.enabled=true \
9494 --set ingress.hosts[0].host=bbot.example.com \
9595 --set ingress.hosts[0].paths[0].path=/ \
@@ -121,7 +121,7 @@ secrets:
121121` ` `
122122
123123` ` ` bash
124- helm install bbot blacklanternsecurity/bbot-server -f custom-values.yaml
124+ helm install bbot blacklanternsecurity/bbot-server-helm -f custom-values.yaml
125125```
126126
127127### Retrieving the API Key
@@ -136,7 +136,7 @@ kubectl get secret bbot-api-key -o jsonpath='{.data.api-key}' | base64 -d
136136
137137``` bash
138138helm repo update
139- helm upgrade bbot blacklanternsecurity/bbot-server
139+ helm upgrade bbot blacklanternsecurity/bbot-server-helm
140140```
141141
142142## Interacting with BBOT Server Remotely (Multiplayer)
0 commit comments