Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/annotation/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const (
// HTTPS only.
LBSvcHTTPCertificates Name = "load-balancer.hetzner.cloud/http-certificates"

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

// LBSvcHTTPManagedCertificateDomains contains a coma separated list of the
// LBSvcHTTPManagedCertificateDomains contains a comma separated list of the
// domain names of the managed certificate.
//
// All domains are used to create a single managed certificate.
Expand Down
Loading