Skip to content

Commit

Permalink
Add notes for #86 - documentation hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbo committed Mar 12, 2020
1 parent 1de3e6d commit ee1c41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
1 change: 1 addition & 0 deletions cluster-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee1c41b

Please sign in to comment.