From c6e547125f7bfb24efe14ac990ee05dbac5d6564 Mon Sep 17 00:00:00 2001 From: m00ny Date: Fri, 17 Nov 2023 14:31:19 +0000 Subject: [PATCH] adjust README.md for new values --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index deac51d..586f41e 100644 --- a/README.md +++ b/README.md @@ -166,15 +166,15 @@ docker compose down ## Deploy to Kubernetes with Helm -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. +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. ```bash -helm upgrade chatgpt-bot ./helm/chatgpt-bot-chart \ +helm upgrade chatgpt-mattermost-bot ./helm/chatgpt-mattermost-bot \ --create-namespace \ --install \ -n mattermost \ - -f ./helm/chatgpt-bot-chart/values.yaml \ - --set chatbot.mattermostToken="$MATTERMOST_TOKEN" \ - --set chatbot.openaiApiKey="$OPENAI_API_KEY" + -f ./helm/chatgpt-mattermost-bot/values.yaml \ + --set config.MATTERMOST_TOKEN="$MATTERMOST_TOKEN" \ + --set config.OPENAI_API_KEY="$OPENAI_API_KEY" ``` ## Example Conversation