Skip to content

Commit 25021a2

Browse files
authored
docs: fix certificate name plural (#988)
All domains specified via the annotation `load-balancer.hetzner.cloud/http-managed-certificate-domains`, are used to create a single managed certificate. Therefore, the annotation `load-balancer.hetzner.cloud/http-managed-certificate-name` only accepts one name. Additionally, fixed a small typo.
1 parent 82cbba0 commit 25021a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/annotation/load_balancer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const (
129129
// HTTPS only.
130130
LBSvcHTTPCertificates Name = "load-balancer.hetzner.cloud/http-certificates"
131131

132-
// LBSvcHTTPManagedCertificateName contains the names of the managed
132+
// LBSvcHTTPManagedCertificateName contains the name of the managed
133133
// certificate to create by the Cloud Controller manager. Ignored if
134134
// LBSvcHTTPCertificateType is missing or set to "uploaded". Optional.
135135
LBSvcHTTPManagedCertificateName Name = "load-balancer.hetzner.cloud/http-managed-certificate-name"
@@ -142,7 +142,7 @@ const (
142142
// remains or continues to function as it currently functions.
143143
LBSvcHTTPManagedCertificateUseACMEStaging Name = "load-balancer.hetzner.cloud/http-managed-certificate-acme-staging"
144144

145-
// LBSvcHTTPManagedCertificateDomains contains a coma separated list of the
145+
// LBSvcHTTPManagedCertificateDomains contains a comma separated list of the
146146
// domain names of the managed certificate.
147147
//
148148
// All domains are used to create a single managed certificate.

0 commit comments

Comments
 (0)