Skip to content

Commit

Permalink
Update unleash-next.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen authored Jul 27, 2023
1 parent 8138976 commit 721f65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/unleash-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 721f65e

Please sign in to comment.