From 721f65ee7738517774a401a6ccbf6b8f83c14769 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Thu, 27 Jul 2023 08:39:28 +0200 Subject: [PATCH] Update unleash-next.md --- docs/addons/unleash-next.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons/unleash-next.md b/docs/addons/unleash-next.md index b0d50a23d..822337b4d 100644 --- a/docs/addons/unleash-next.md +++ b/docs/addons/unleash-next.md @@ -160,7 +160,7 @@ Deploy an `ApiToken` resource to dynamically create a new Unleash API token and This will create a new API token in your Unleash instance, and create a Kubernetes secret in your namespace named `my-application-unleash-api-token` that contains two environment variables: -- `UNLEASH_SERVER_API_URL` (the API address) +- `UNLEASH_SERVER_API_URL` (the API address, remember to add `/api` at the end to authenticate to the API server) - `UNLEASH_SERVER_API_TOKEN` (the API token) In the future we will add support for automatically creating API tokens when deploying your application.