diff --git a/docs/tutorials/scaleway.md b/docs/tutorials/scaleway.md index b3b7ca88ac..7b74918c4c 100644 --- a/docs/tutorials/scaleway.md +++ b/docs/tutorials/scaleway.md @@ -19,12 +19,10 @@ In this example we will use `example.com` as an example. To use ExternalDNS with Scaleway DNS, you need to create an API token (composed of the Access Key and the Secret Key). You can either use existing ones or you can create a new token, as explained in [How to generate an API token](https://www.scaleway.com/en/docs/generate-an-api-token/) or directly by going to the [credentials page](https://console.scaleway.com/account/organization/credentials). -Note that you will also need to the Organization ID, which can be retrieve on the same page. -Three environment variables are needed to run ExternalDNS with Scaleway DNS: +Two environment variables are needed to run ExternalDNS with Scaleway DNS: - `SCW_ACCESS_KEY` which is the Access Key. - `SCW_SECRET_KEY` which is the Secret Key. -- `SCW_DEFAULT_ORGANIZATION_ID` which is the Default Organization ID. ## Deploy ExternalDNS @@ -63,8 +61,6 @@ spec: value: "" - name: SCW_SECRET_KEY value: "" - - name: SCW_DEFAULT_ORGANIZATION_ID - value: "" ``` ### Manifest (for clusters with RBAC enabled) @@ -131,8 +127,6 @@ spec: value: "" - name: SCW_SECRET_KEY value: "" - - name: SCW_DEFAULT_ORGANIZATION_ID - value: "" ```