Skip to content

Commit 6b789dd

Browse files
committed
Update comment in common.go to clarify that cacert is optionsl
1 parent d4dd4e7 commit 6b789dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/openstack/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ func (ed *EndpointDetail) CreateRoute(
602602
certSecret := &k8s_corev1.Secret{}
603603

604604
// if a custom cert secret was provided, check if it exist
605-
// and has the required cert, key and cacert
605+
// and has the required cert and key (cacert optional)
606606
// Right now there is no check if certificate is valid for
607607
// the hostname of the route. If the referenced secret is
608608
// there and has the required files it is just being used.

0 commit comments

Comments
 (0)