From fd55ebefc5c1c2e88295930ff82694fda791aeec Mon Sep 17 00:00:00 2001 From: ston1th Date: Sun, 3 May 2020 13:07:19 +0200 Subject: [PATCH] fixed tab char --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff18b45..0ce688d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ spec: apiKeySecretRef: name: api-key key: example.com - urlTemplate: "{{.URLData.Url}}{{.APIKey}}={{.DNSKey}}" + urlTemplate: "{{.URLData.Url}}{{.APIKey}}={{.DNSKey}}" urlData: Url: "https://ns.example.com/update.html?" ```