-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notes for #86 - documentation hotfix
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ Please configure in `cluster.yml` all necessary credentials: | |
|
||
| DNS provider | Variables | | ||
|---|---| | ||
|CloudFlare|`cloudflare_account_email: [email protected]` <br> `cloudflare_account_api_token: 9348234sdsd894.....` <br> `cloudflare_zone: domain.tld`| | ||
|CloudFlare|`cloudflare_account_email: [email protected]` <br> Use the global api key here! (API-Token is not supported!) (Details in #86) <br>`cloudflare_account_api_token: 9348234sdsd894.....` <br> `cloudflare_zone: domain.tld`| | ||
|Route53 / AWS|`aws_access_key: key` <br/>`aws_secret_key: secret` <br/>`aws_zone: domain.tld` <br/>| | ||
|GCP|`gcp_project: project-name `<br/>`gcp_managed_zone_name: 'zone-name'`<br/>`gcp_managed_zone_domain: 'example.com.'`<br/>`gcp_serviceaccount_file: ../gcp_service_account.json` | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ letsencrypt_account_email: [email protected] | |
# Depending on the dns provider: | ||
# CloudFlare | ||
cloudflare_account_email: [email protected] | ||
# Use the global api key! - (API-Token is not supported!) (Details in #86) | ||
cloudflare_account_api_token: 9348234sdsd894..... | ||
cloudflare_zone: example.com | ||
# Route53 | ||
|