fixed tab char

This commit is contained in:
ston1th 2020-05-03 13:07:19 +02:00
commit fd55ebefc5

View file

@ -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?"
```