Remove unnecessary slashes

This commit is contained in:
vaegt 2018-11-09 11:11:39 +01:00
parent a4b753df6c
commit 0af588317b
No known key found for this signature in database
GPG Key ID: D6EB0FF4A03B395F

View File

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