Skip to content

Commit fb40804

Browse files
committed
pkg/tlsutil: clarify TODO for last case
1 parent 785999c commit fb40804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tlsutil/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func (scg *SDKCertGenerator) GenerateCert(cr runtime.Object, service *v1.Service
192192
}
193193
return appSecret, caConfigMap, caSecret, nil
194194
} else {
195-
195+
// TODO: handle the case where both CA and Application TLS assets don't exist.
196196
}
197197
return nil, nil, nil, nil
198198
}

0 commit comments

Comments
 (0)