From ec2ad730ce9af3bf92df0904bf1cb903fbf16492 Mon Sep 17 00:00:00 2001 From: gugdewescale Date: Thu, 29 Dec 2022 21:44:50 +0100 Subject: [PATCH] fix: scaleway provider documentation missing parameter --- docs/tutorials/scaleway.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorials/scaleway.md b/docs/tutorials/scaleway.md index efbee49ab..b3b7ca88a 100644 --- a/docs/tutorials/scaleway.md +++ b/docs/tutorials/scaleway.md @@ -24,6 +24,7 @@ Note that you will also need to the Organization ID, which can be retrieve on th Three 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 @@ -62,6 +63,8 @@ spec: value: "" - name: SCW_SECRET_KEY value: "" + - name: SCW_DEFAULT_ORGANIZATION_ID + value: "" ``` ### Manifest (for clusters with RBAC enabled) @@ -128,6 +131,8 @@ spec: value: "" - name: SCW_SECRET_KEY value: "" + - name: SCW_DEFAULT_ORGANIZATION_ID + value: "" ```