From 956e7435c013386c9d99837c10065658cf76c20c Mon Sep 17 00:00:00 2001 From: D3473R Date: Sun, 17 Jan 2021 12:06:58 +0100 Subject: [PATCH] Fixing the markdown table in the Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8253154..6b2fc52 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ helm install cloudflare-exporter/cloudflare-exporter The exporter can be configured using env variables | **KEY** | **description** | -|-|-|-| +|-|-| | `CF_API_KEY` | API key | | `CF_API_EMAIL` | email associated with the API key (https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys) | | `ZONE_` | (Optional) Zone ID. Add zones you want to scrape by adding env vars in this format. You can find the zone ids in Cloudflare dashboards. Defaults to all zones. |