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: apiKeySecretRef:
name: api-key name: api-key
key: example.com key: example.com
urlTemplate: "{{.URLData.Url}}{{.APIKey}}={{.DNSKey}}" urlTemplate: "{{.URLData.Url}}{{.APIKey}}={{.DNSKey}}"
urlData: urlData:
Url: "https://ns.example.com/update.html?" Url: "https://ns.example.com/update.html?"
``` ```