Merge pull request #3275 from gugdewescale/fix-scaleway-documentation

fix: scaleway provider documentation missing environment variable
This commit is contained in:
Kubernetes Prow Robot 2023-01-02 11:01:31 -08:00 committed by GitHub
commit bffd5e8a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "<your access key>"
- name: SCW_SECRET_KEY
value: "<your secret key>"
- name: SCW_DEFAULT_ORGANIZATION_ID
value: "<your default organization ID>"
```
### Manifest (for clusters with RBAC enabled)
@ -128,6 +131,8 @@ spec:
value: "<your access key>"
- name: SCW_SECRET_KEY
value: "<your secret key>"
- name: SCW_DEFAULT_ORGANIZATION_ID
value: "<your default organization ID>"
```