From 0af588317b26279aa497867577fa255b7dd1c636 Mon Sep 17 00:00:00 2001 From: vaegt Date: Fri, 9 Nov 2018 11:11:39 +0100 Subject: [PATCH] Remove unnecessary slashes --- source/source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/source.go b/source/source.go index fac716c81..338397dfc 100644 --- a/source/source.go +++ b/source/source.go @@ -35,7 +35,7 @@ const ( targetAnnotationKey = "external-dns.alpha.kubernetes.io/target" // The annotation used for defining the desired DNS record TTL ttlAnnotationKey = "external-dns.alpha.kubernetes.io/ttl" - //// The annotation used for switching to the alias record types e. g. AWS Alias records instead of a normal CNAME + // The annotation used for switching to the alias record types e. g. AWS Alias records instead of a normal CNAME aliasAnnotationKey = "external-dns.alpha.kubernetes.io/alias" // The value of the controller annotation so that we feel responsible controllerAnnotationValue = "dns-controller"