We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dd4e7 commit 6b789ddCopy full SHA for 6b789dd
1 file changed
internal/openstack/common.go
@@ -602,7 +602,7 @@ func (ed *EndpointDetail) CreateRoute(
602
certSecret := &k8s_corev1.Secret{}
603
604
// if a custom cert secret was provided, check if it exist
605
- // and has the required cert, key and cacert
+ // and has the required cert and key (cacert optional)
606
// Right now there is no check if certificate is valid for
607
// the hostname of the route. If the referenced secret is
608
// there and has the required files it is just being used.
0 commit comments