Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update docs for some e2e environment variables #3589

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ deploy and tear down a cluster as part of the test (this is enabled by default).
You'll need access to an Azure subscription, as well as at least the following
environment variables to be set:

* `CLIENT_ID`: Azure client ID
* `CLIENT_SECRET`: Azure client secret
* `CLIENT_ID`: "name" field (a URL) from an Azure service principal
* `CLIENT_SECRET`: "password" field from an Azure service principal
* `SUBSCRIPTION_ID`: Azure subscription UUID
* `TENANT_ID`: Azure tenant UUID

Expand Down