Skip to content

Commit c6e5471

Browse files
m00nyONEyGuy
authored andcommitted
adjust README.md for new values
1 parent 7e8d0dd commit c6e5471

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ docker compose down
166166

167167

168168
## Deploy to Kubernetes with Helm
169-
The chatgpt-bot-chart deploys a containerized chatgpt-bot instance which will connect to a running mattermost container in the same kubernetes cluster. Chart uses 'mattermost-team-edition' and the 'mattermost' namespace by default. Uses environment variables MATTERMOST_TOKEN and OPENAI_API_KEY.
169+
The chatgpt-mattermost-bot chart deploys a containerized chatgpt-mattermost-bot instance which will connect to a running mattermost container in the same kubernetes cluster. Chart uses 'mattermost-team-edition' and the 'mattermost' namespace by default. Uses environment variables MATTERMOST_TOKEN and OPENAI_API_KEY.
170170
```bash
171-
helm upgrade chatgpt-bot ./helm/chatgpt-bot-chart \
171+
helm upgrade chatgpt-mattermost-bot ./helm/chatgpt-mattermost-bot \
172172
--create-namespace \
173173
--install \
174174
-n mattermost \
175-
-f ./helm/chatgpt-bot-chart/values.yaml \
176-
--set chatbot.mattermostToken="$MATTERMOST_TOKEN" \
177-
--set chatbot.openaiApiKey="$OPENAI_API_KEY"
175+
-f ./helm/chatgpt-mattermost-bot/values.yaml \
176+
--set config.MATTERMOST_TOKEN="$MATTERMOST_TOKEN" \
177+
--set config.OPENAI_API_KEY="$OPENAI_API_KEY"
178178
```
179179

180180
## Example Conversation

0 commit comments

Comments
 (0)